Hi,
I have a XamDataGrid which is bound 2-way. Based on the user action, I want to apply a transform function which modifies the contents of the cell and for a specific user action this modification should be applied to all the cells in that column. Is there anything other than looping through the rows to change the value of each cell for that column possible?
Hello,
Thank you for your post. I have been looking into and I can say that if you don’t want to loop through all the Records in order to change all Cells, you can use Style for the CellValuePresenter with appropriate Triggers in order to change a Property in all Cells. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Hi Stefan,
I want to change the contents/value of the cell and not the property, that will still work?