Hi,
Is it possible to force the XamDataGrid to initialize all of it's records through code?
I'm currently facing a problem whereby it take's 3 - 4 seconds to switch Tabs when the tab has a XamDataGrid in it.
I want to try and force the XamDataGrid to initialize before it comes into view, as the app is loading up.
FYI, I have tried version 11.1 and 11.2 which was suppose to fix this, but I still the issue.
Thanks for any help.
I too have same problem. By replacing WPF Grid with XamDataGrid in Tab control I could see 4-5 seconds delay in loading. Is there any fix available now. I am using Infragistics v14.2
I am also facing the same issue please share with me if u got the solution for this.
Thanks
Hello Vishal,
Thank you for your post. I have been looking into it and what I can suggest is to use the following code to activate the content pane:
ContentPane cntpane = new ContentPane();
cntpane.Header = "My Content Pane";
cntpane.Activate();
Here is a link to our documentation where you can find more information about the Activate method of the xamDockManager: http://help.infragistics.com/Help/NetAdvantage/WPF/2011.2/CLR4.0/html/InfragisticsWPF4.DockManager.v11.2~Infragistics.Windows.DockManager.ContentPane~Activate.html
Please do not hesitate to let me know if you have any further questions on the mater.
Can you please expand on the solution you mentioned above.
becasuse I have facing a similar kind of issue. have search through various forum still did not get convincing solution. I have Wpf form with multiple tab. When I swith to any tab(specially the one containing data grid) it does't respond immediately. It takes 4-5 secs to appear. How did you applied activation of ContentPane for addressing this problem?
Thanks !
Hello,
I am very glad that you have found a solution to your issue. I think that other community members can benefit from this solution. Please do not hesitate to contact us if you have any questions.