Hi,
I have textbox(GridTemplateColumn) in Radgrid.
Textbox values are not persisting when i switch through pages in grid.
Please let me know how to persist the textbox values?
And how to access all the rows in the grid.
I have textbox(GridTemplateColumn) in Radgrid.
Textbox values are not persisting when i switch through pages in grid.
Please let me know how to persist the textbox values?
And how to access all the rows in the grid.
radGrid.MasterTableView.Items gives rows of the current page only.
I want to access all the rows across pages.
Thank You.