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
480
xamDataGrid in xamTabControl tab changing
posted

The setup is a xamTabControl bound to a collection which has a datatemplate with a xamDataGrid in it.  Pretty normal stuff.

The xamTabControl virtualizes the content, reuses the instances inside the template.

The problem behavior is if you set a filter, change the tab then the filter is still as you set it on the first tab.  There doesn't seem to be a datasourcechanged event on the xamDataGrid.  Is there any events that will fire on the xamDataGrid when the tab is changed?

Jesse

Parents Reply Children