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
385
Checkbox column as RowSelector (WPF XamGrid 13.2)
posted

Hi,

I need to use Checkbox column as rowselector with a "check all / uncheck all" checkbox in the header of  this column. I found samples with checkboxcolumn and "check all" checkbox but no sample which mixes bothes of them.

The "IsChecked" property of the row selector in each row must be bind to a boolean of the business object. The collection which contains all the business objects is in a viewmodel.

And the "IsChecked" property of the header checkbox column must be bind to another boolean property of the viewmodel. Of course a click on the "check all" header column must checked all the row and. And each row can be checked or unchecked by a click on the corresponding checkbox..

Please do you have a sample to do that ?