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
2915
Change all values in a column
posted

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? 

Parents
No Data
Reply
  • 138253
    Offline posted

    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.

Children