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 Issues
posted

Hello,

I am seeing performance drops in my xamDataGrid when the number of rows in the grid grows above 100k. Each row in the grid represents a model with 15 fields. The model does not inherit from INotifyPropertyChanged, so the individual records are never updated once they are in the grid. Is such slowness expected given ~100k rows in a grid?

There are also times when a database query causes many new rows to be added to the grid at once. Could a situation like this cause slowness of the application?

Thanks,

Matt

Parents Reply Children