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
295
XamDataGrids in tabs - slow load
posted

So my current setup is to have a TabGroupPane with multiple tabs, each tab with a XamDataGrid in it.

My problem is that when the app loads and I click on each tab, it takes around 3 - 4 seconds to load the grid.

As other posts say, subsequent loads (of the same tab) are much quicker, but the first load is the problem.

Each grid has around 25 columns, avg 100 rows

So my question is:

- Is there a way to force the grid to initialize before I click on the tab? For example If I cycle through the tabs?

I would rather take this hit when the app starts than sit there waiting as I click through the tabs.