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
830
XDataGrid slow
posted

Good Afternoon Everyone,
I use different Microsoft DataGrids in one of my softwares and I have to say the all work great.
I need to print and export some of the data included in the DataGrid, and thought I could use XDataGrid Infragistic.
Every DataGrid is located in a tab in a TabControl.
From the moment I inserted a XDataGrid in a TabControl (in an UserControl) I experienced a serious slowdown. Using Microsoft DataGrid i can open the TabControl in 0.5 seconds, while with the XDataGrid i need approximately 9 seconds. The XDataGrid is loaded via EntityFramework from a table with 25 records and 5 fields.
Is there any solution to that problem?