Hi,
I managed to add a checkbox coulmn to the grid using unbound column and every thing is working just fine, the problem is that i need to sort the grid by that column.
Any idea how to do it ?
Hi Yaniv,
Sorting is not supported on an UnboundColumn, unfortunately. We suggest you to use a Column with a DataGridUnboundItemProperty.
Thanks for the answer,
I already tried that option but i couldn't find how i can add new column and bind it to that DataGridUnboundItemPropery(i creats the columns by my self)