grouping selected records of grid to the first page of the grid.
Posted
by subash
on Stack Overflow
See other posts from Stack Overflow
or by subash
Published on 2010-05-21T10:18:23Z
Indexed on
2010/05/21
10:20 UTC
Read the original article
Hit count: 469
aspxgridview
i have a devexpress grid with some 500 pages.the coding has been done in asp.net & c#.net
what i do is i select a record in 2nd page, 3rd page , 4th page, and in 10thpage,
on clicking a button i want all the selected records in different pages of the grid should come to the first page.
© Stack Overflow or respective owner