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 ?
I'll try to share it soon.
Hello,
Thank you for your feedback. I am glad that you resolved your issue, but could you please share your solution, so other users may benefit from this as well.
Thanks again.
Ok. Anyway, I found a way to mix checkboxcolumn samples and obtain what I want.
Thank you for your answer.
Thank you for your post. I have been looking into it and I can say that currently the Row’s IsSelected Property is not dependency one and you are not able to bind it, so the functionality you want, cannot be achieved. The thing you can do is logging a product idea for this to be added here:
http://ideas.infragistics.com/
Please let me know if you have further questions on this matter.
Looking forward for your reply.