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
220
XamDataGrid Row Enable/Disable
posted

I have an MVVM application using the XamDatagrid.

I would like to enable/disable rows on my Enable item property.

Forum examples date back from 2009 and use some Style property Setter.

Is there a simpler way using a plain binding, for example <... IsEnabled="{Binding Enabled}"...>?