Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
how to make sure each cell's value are unique in client side
posted

i use ultrawebgrid

i want  check each time after i have one specail cell changed in each row,it is small size grid ,so i just want get all value of  this cell from the rows ,and make sure it is unique, what can i do to make this happen in client side?

Parents
No Data
Reply
  • 1332
    Suggested Answer
    posted

    Hi,

    Handle the AfterExitEditMode client-side event. This event fires after you finish editing a cell. In the handler check if the cell is the cell that you want to ensure is unique, then check the value against your list of unique values in the other rows.

Children
No Data