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?