In my grid, I want to introduce a feature like, user can filter the grid on any column, then he will right click and select all that filter items. When he clicks select all from the context menu, i want to add the filter items to fixed rows, how can i do this.
Thanks!
Hi,
Which part of this is giving you trouble?
To fix a row in code, you just set the row.Fixed property to true.
The grid has 5000 rows. User narrowed the grid (let us say 40 rows) by filtering on a particular column. How do i loop through the filter rows that are in view to make it fixed