Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1080
ComparisonOperator
posted

A simple example: suppose I have in my xamdatagrid a filtered colum "Nation" :

a) user uses filter: the grid is showing all records with nation = "Germany".
b) user inserts a new record with the nation field = "France".
c) as soon as the user tabs or clicks outside the new record inserted, the filter is applied and the user doesn't see anymore the record inserted (because the filter shows only Germany records).

Is there any possibility to force the filter not to be applied to the new inserted  records (by the way, Excel works in this way)?

Thanks