First off I have a RadEntityFrameworkDataSource, RadGridView, RadDataPager linked working nicely, with problem the RadGridView is inside a tab control, so every time we switch back to the tab with the RadGridView I hit Telerik.Windows.Controls.RadEntityFrameworkDataSource.OnLoaded then Telerik.Windows.Controls.RadEntityFrameworkDataSource.TryRefreshView() which goes out to the data source and reloads it, minor annoyance normally. When data is grouped by one or more columns though it completely ignores the filters and loads the entire query which is bad, and honestly I can't figure out why since it tosses them afterwards. In local on a test machine it is hard to see, but on a slightly slow vpn it shows up easily with a large dataset. Is there some way to stop this refresh? I can't seem to find a setting on either the datasource or gridview to disable it. I really don't need the refresh I just want to put them back at their previous query.
All 3 are declared in the xaml, I tried moving the datasource into the code behind, but must missing something on how to link it up programmatically.
Any help would be appreciated
All 3 are declared in the xaml, I tried moving the datasource into the code behind, but must missing something on how to link it up programmatically.
Any help would be appreciated