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
466
XamDataGrid LoadCustomizations issue
posted

I discovered very interested issue with XamDataGrid LoadCustomizations method. At start program I initialize XamDataGrid object, bind it to datasource, call LoadCustomizations(), put it into new TabItemEx  control and add TabItemEx to XamTabControl.

The problem is very slow perfomance after that. If I will call LoadCustomizations method later (by user click at some button) XamDataGrid perfomance is good. How can I resolve this problem and why LoadCustomizations at first case makes it work bad?

I try to find some binding warnings/errors, but here is no errors/warning.

Thanks for answers and sorry for my bad english.