Using the XamDataGrid with virtualization = on, I understand that the editors inside the cells are re-used to display data from different data rows (when we scroll up or down). When an editor gets new value from a different data row, is there an event fired (so that we can hook up a handler to)?
Thank you!
Hello Jack,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Actually, if data on different rows happen to be the same, you wouldn't receive value change event. data context is changed every time, however.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I handled the XamNumericEditor’s ValueChnaged event in order to know when the value changes. I also handle the XamDataGrid’s RecordsInViewChanged event to determine when the value is changed due to scrolling or editing. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.