Prior to radgrid i used to be able to loop through all the rows in my grid using "RowDataBound" and get the cell value using "e.Row.Cells(4).Text" but that option is not available with radrid. what i need to do is loop through each row of the radgrid and retrieve the cell values in the rows and do validation. i have grouping, filtering, paging and scroll bars enabled. any ideas. i am new to radgrid.
thanks.
thanks.