Hi,
I am using rad grid
and i am having one doubt
and below is my code:
in the above code if paging is there i am able to get only the first page index items and in the page index 2 i am not able to add to the database.
So i need help under the above scenario that to get the all items even if the paging is there?
if i give
How to get all the items for the above code
Thanks in advance
Vara Prasad.M
I am using rad grid
and i am having one doubt
and below is my code:
foreach (GridDataItem item in rgShowAvailable.MasterTableView.Items) {str += item["TagNumber"].Text + ",";} |
in the above code if paging is there i am able to get only the first page index items and in the page index 2 i am not able to add to the database.
So i need help under the above scenario that to get the all items even if the paging is there?
if i give
How to get all the items for the above code
Thanks in advance
Vara Prasad.M