Hi,
I've a radgrid with gridclient select column.
I've paging turned on with pagesize 10.
My question is
1) when I select 2 items in first page and travel to next page and selct further 2 items, and click on delete , only the records from the second page gets deleted.
But I selected 2 records from first page too. so, how do I even make all items selcted across pages delted.
I don't want to select 2 records from 1 page, delete , then go to next page and again delete.
I want to select all items by checking the check box and delete should delete all the items selected across pages.
Pls help me with code samples in C#.
Thanks,
ZR
I've a radgrid with gridclient select column.
I've paging turned on with pagesize 10.
My question is
1) when I select 2 items in first page and travel to next page and selct further 2 items, and click on delete , only the records from the second page gets deleted.
But I selected 2 records from first page too. so, how do I even make all items selcted across pages delted.
I don't want to select 2 records from 1 page, delete , then go to next page and again delete.
I want to select all items by checking the check box and delete should delete all the items selected across pages.
Pls help me with code samples in C#.
Thanks,
ZR