Hi all,
How to track whether the grid is edited (any of the cell value is changed withrespect to that of the binded value).is there any direct method..........
Thanks in advance ,
Regards,
Arun
This depends on a number of factors, like what your UpdateMode is set to and what your data source is.
By default, the grid will update the underlying data source when the active row changes or the grid loses focus. So at that point, there is no longer anything for the grid to track.
Mike,
thanks for the info,I wud like to know if i bind an arraylist or ilist ,will I be able to get the modified records alone at one shot without any looping as in the case of Datatable.Getmodified()
Regards,.