I want to selectively hide rows in a ListGrid that do not satisfy a given condition. I would like to be able to toggle this functionality. I need to do this without refetching the DataSource that is associated with the ListGrid. I have a ListGrid which a user can edit. When they are finished making their changes I want to be able to show only the rows that have changes. My intention is to have a button that allows toggling between displaying only changed rows and all rows.
Can you recommend an approach to accomplish this? Is there a way to hide rows within a ListGrid?
Can you recommend an approach to accomplish this? Is there a way to hide rows within a ListGrid?