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
90
Empty Data Template with Asynchronous Databinding
posted
I have constructed a "no results" data template as outlined in http://www.infragistics.com/community/forums/t/46519.aspx. However, whenever any grid implementing the style is asynchronously updated with additional data, the template is not de-applied - it only disappears if the grid is manually refreshed. I am using best practices for all asynchronous databinding, including the implementation of CollectionChanged and PropertyChanged events.