This question is locked. New answers and comments are not allowed.
Hi,
i am currently developing a silverlight application where i used a RadGridView. The RGV is initially populated with existing data displayed on 2 columns.
It is possible for the user to edit the cells of the RGV.
I have a "Apply" button, and when this button is clicked i would like to loop throught all items in the RGV and apply the change to a database if the user modified or added cells.
How can i iterate inside the RGV items to validate these changes? Row index, column index, cells index, etc...
Thanks in advance!
i am currently developing a silverlight application where i used a RadGridView. The RGV is initially populated with existing data displayed on 2 columns.
It is possible for the user to edit the cells of the RGV.
I have a "Apply" button, and when this button is clicked i would like to loop throught all items in the RGV and apply the change to a database if the user modified or added cells.
How can i iterate inside the RGV items to validate these changes? Row index, column index, cells index, etc...
Thanks in advance!