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
830
How can I override events in DatGrid
posted

Hi,

I´m trying to syncrhonize the items in the grid. I have seen the example you posted in

http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10114

The issue is that when you try to syncrhonize the grid from the view, the ActivatedRecord is fired and then the grid syncrhonizes two times.

I have created a subclass of XamDataGrid. How can I override the events in a method or how can I override the method? Of course how can I return it to the default?

Thanks.