views:

132

answers:

1

I'm using the DevEx DXGrid (WPF) to show about 2,000 rows of data. I'm using a DataRow Template to get Master-Detail behavior (a new detail grid for each row).

My application responds extremely slow to almost all use input (to the grid). for example:

  • scrolling
  • expand/collapse group rows
  • resize app window

I've contacted DevEx support about this - but they say the solution is non trivial and they are waiting until next major version to 'fix' this.

Have you found any solutions to these problems? I'm hoping there is a way to structure xaml or code to avoid some of the performance problems. I'd be very interested to hear what performance problems you've encountered with the DXGrid and how you solved (or not) them.

thanks.

A: 

Hi,

Indeed, we have changed the way the DXGrid works and it should operate faster. However, this improvement will be only visible in 10.2 and it relates the expanding / collapsing group rows.

If you have problems with scrolling, please post a sample project in the support center showing your performance issues. We will try to improve the control based on your particular situation.

DevExpress Team