This question is locked. New answers and comments are not allowed.
Hello all,
We're using RadGridView in our current project. We always use MVVM on our projects so we have an IsSelected property in our ViewModels binded to the IsSelected property of GridViewRow. Besides, there's a SelectAll checkbox binded to a property that ultimately iterates through the items and changes their IsSelected property. It seems to work like a charm and it usually does.
The problem comes when the user is filtering. The process selects all items and we want it to select only the filtered (shown) items. How would we do that using a MVVM approach? We need to know whether an item is shown after a filter operator (by shown I don't mean really visible, it could be outside the scrolling area).
Thanks,
-Tony
We're using RadGridView in our current project. We always use MVVM on our projects so we have an IsSelected property in our ViewModels binded to the IsSelected property of GridViewRow. Besides, there's a SelectAll checkbox binded to a property that ultimately iterates through the items and changes their IsSelected property. It seems to work like a charm and it usually does.
The problem comes when the user is filtering. The process selects all items and we want it to select only the filtered (shown) items. How would we do that using a MVVM approach? We need to know whether an item is shown after a filter operator (by shown I don't mean really visible, it could be outside the scrolling area).
Thanks,
-Tony