I'm using a RadGrid with a GridClientSelectColumn and paging is enabled. I want to perform row deletions in the ItemCommand event handler when a "Delete Checked" linkbutton in the command row is clicked.
I check two rows in the GridClientSelectColumn on the first page, then page forward to 2nd page and check 2 more rows. When I click the "Delete Checked" linkbutton, the ItemCommand event handler spins through the radgrid.SelectedItems and deletes the two rows checked on the 2nd page, but not the two checked rows on the first page. I do understand why it works this way. My question is, what approach should I use to accomplish what I want to do, since this way isnt going to cut it...
I check two rows in the GridClientSelectColumn on the first page, then page forward to 2nd page and check 2 more rows. When I click the "Delete Checked" linkbutton, the ItemCommand event handler spins through the radgrid.SelectedItems and deletes the two rows checked on the 2nd page, but not the two checked rows on the first page. I do understand why it works this way. My question is, what approach should I use to accomplish what I want to do, since this way isnt going to cut it...