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
700
is it possible to bind row visibility?
posted

hello, 

i would like to be able to hide/show rows based on underlying data property. 

Let's say i bind the grid to Customer.IsVisibible., and i bind the grid to ObservableCollection<Customer>.. 

 

how can i bind row visibility to Customer.IsVisible? 

 

thanks.