Is there any way to iterate over the radGridView rows in a custom method?Because I need to cutomize some cells data at run time,I can do the same in row loading event,but I need to do it in my own method.
Please let me know if this is possible.
Thanks in Advance . . .
2 Answers, 1 is accepted
0
Dimitrina
Telerik team
answered on 17 Jul 2012, 05:10 AM
Hello,
I would advise you to iterate through the Items collection of the RadGridView and work with the data objects.