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?
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.