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
415
Regarding xamdatagrid
posted

Hi, I am using XamDataGrid in my project and grid is showing some fields. 1 field has only two values(say "y" and "N") and based on checkbox value(coming from some other screen via dependency property) we have to show all rows(whether "y" or "N") if unchecked and to show rows only having"N" values if checked.

The dependency property for check box value I am passing in grid but issue is how to alterbatively show or hide XamDataGrid rows based on that dep prop value through data trigger.

Regards

Hitesh