i am using XamDataGrid wait a binding to some custom data object (will be called myObj).
myObj has a bool property called IsSelected , i would like to add a checkbox in that column header so i can select/deselect all easily.
how can i achieve this behavior ?
Hello Shaul,
Thank you for your post. I have been looking into it and I can suggest you see this forum thread:
http://es.infragistics.com/community/forums/t/61950.aspx
where a similar issue is discussed. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
i already tried this solution , but this solution adds a selection to the Grid ,
i am working in MVVM pattern , my model object has a IsSelected(bool) property , so i have a checkbox column with header "IsSelected" .
i would like to replace the header text with a checkbox that will change the bool value. , so the behavior will be similiar to select all /deselect all.
if you can send a sample it will be great , Thanks.