G
Guest
I'm using a dataview as datasource for a datagrid and it's is filtering and sortering the data Ok
The problem happens when I try to update one of the data view rows and the column I am updating is part of the filter expression. For instance, if I'm filtering my datagrid by 'Salesman A', when I change the value of one of the datagrid rows to 'Salesman B', this row is no longer in the dataview and that's not what I want. How can I keep the the changed row in the data view? Shall I use RowStateFilter? How?
The problem happens when I try to update one of the data view rows and the column I am updating is part of the filter expression. For instance, if I'm filtering my datagrid by 'Salesman A', when I change the value of one of the datagrid rows to 'Salesman B', this row is no longer in the dataview and that's not what I want. How can I keep the the changed row in the data view? Shall I use RowStateFilter? How?