Hi,
In my wpf application i am using tab control. In first tab i am using list box to show the data and in second tab i am using rad Grid View to show data.
After loading both tabs when i switch the tab from grid view tab to list box then there is no delay in loading that view but when i switch back to the previous tab (Grid View) it takes some delay to load the data .
It seems like when number of rows increses in Rad grid view it creates some performance issues.
In tab switching it should not be a problem if we have loaded it already as it works perfect in listbox.
Is there any property to prevent this repopulation of rad grid view.
Looking forward for your reply .. It is really urgent.
Thanks
In my wpf application i am using tab control. In first tab i am using list box to show the data and in second tab i am using rad Grid View to show data.
After loading both tabs when i switch the tab from grid view tab to list box then there is no delay in loading that view but when i switch back to the previous tab (Grid View) it takes some delay to load the data .
It seems like when number of rows increses in Rad grid view it creates some performance issues.
In tab switching it should not be a problem if we have loaded it already as it works perfect in listbox.
Is there any property to prevent this repopulation of rad grid view.
Looking forward for your reply .. It is really urgent.
Thanks