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
370
xamTreegrid Live sorting with TemplateFields
posted

I have a xamTreeGrid where values in rows can be updated and rows can be added. I have followed the steps in this blogpost https://es.infragistics.com/community/blogs/b/kiril_matev/posts/optimizing-sorting-update-performance-in-xamdatagrid and it works well except when the values in my TemplateFields change. When these values change I don't get the InitializeRecordDirect event at all. How can I achieve this? The values in the Template fields are not changed by the user but are updated by other parts of the application.