Hi,
I've a RadTabControl with some RadTabItem and one of them contains a RadGridView with a lot of content (I bind an ObservableCollection).
When I switch from any tab to this one it always takes some time (a few seconds) so it seems that in some how the gridview is loaded again.
Since this list is static, are there a way to improve the performance?
I've a RadTabControl with some RadTabItem and one of them contains a RadGridView with a lot of content (I bind an ObservableCollection).
When I switch from any tab to this one it always takes some time (a few seconds) so it seems that in some how the gridview is loaded again.
Since this list is static, are there a way to improve the performance?