Hi,
I am using Telerik version 2010.3.1317.20, I am using a Rad Grid with pagination and I want to save Rad Grid data items on button click.
I already tried ​RadGrid.AllowPaging = false; RadGrid.Rebind(); then run for loop & again setting RadGrid.AllowPaging = true; RadGrid.Rebind();
but it's not working, it still takes the records on the current page (page size = 50). So please let me know how can I achieve Save opration by looping through the
entire RadGrid data items when pagination is enabled?
Thanks.
I am using Telerik version 2010.3.1317.20, I am using a Rad Grid with pagination and I want to save Rad Grid data items on button click.
I already tried ​RadGrid.AllowPaging = false; RadGrid.Rebind(); then run for loop & again setting RadGrid.AllowPaging = true; RadGrid.Rebind();
but it's not working, it still takes the records on the current page (page size = 50). So please let me know how can I achieve Save opration by looping through the
entire RadGrid data items when pagination is enabled?
Thanks.