Hi All,
I am having a checkbox in the column header of one of the columns in my radgridview which is bound to a collection of entities in the viewmodel. I am using the filtering capability of the radgridview, and when I check the checkbox in the header, check boxes in each record are being checked and not just those that are visible after applying the filter. Now, I wan't only the rows visible after filtering to be marked as checked and latter on saved. Can you suggest me how to go about this?
I tried to find out if the row is visible using the rowloaded event but due to paging only those rows which are in the first page are affected and not all the filtered out records!
Thanks,
Adi
I am having a checkbox in the column header of one of the columns in my radgridview which is bound to a collection of entities in the viewmodel. I am using the filtering capability of the radgridview, and when I check the checkbox in the header, check boxes in each record are being checked and not just those that are visible after applying the filter. Now, I wan't only the rows visible after filtering to be marked as checked and latter on saved. Can you suggest me how to go about this?
I tried to find out if the row is visible using the rowloaded event but due to paging only those rows which are in the first page are affected and not all the filtered out records!
Thanks,
Adi