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
60
XamDataGrid Performance Issue
posted

Hi Support,

                   I am using Infragistics WPF 14.2 dll. I have an application in which I am loading around 12 lac record in xamdatagrid. I am fetching these records from database to a datatable with the help of BackgroundWorker, but when assigning these records to xamdatagrid i.e.

                             xamDataGrid1.DataSource = dt.DefaultView;

                   above single line takes around 1 minute to execute and in between if user clicks in any area of application, application goes in 'Not Responding' state.

                   looking any solution to resolve 'Not Responding' issue when xamDataGrid is being gettting loaded.

Thanks in advance.

Parents Reply Children