I appreciate that the Silverlight 3 Components may not be final or complete but I wanted to know if the performance of the GridView is being looked at.
We have now had to remove this from our project and implement the standard Silverlight Datagrid for now as the performance when scrolling was very very poor. The grid only contained 91 rows with 15 columns of data (on column contained a group of check boxes) and the row backgrounds were being colored based on data values.
When scrolling this grid, it would freeze and you could see it draing the rows on the screen as they would appear at the bottom of the screen with no formatting or colors and then redraw. When using the Silverlight Datagrid this does not happen at all, there was no other diefferences between the 2 screens. Your grid offeres many features that we want to use but our customers simply did not accept the scrolling speed (we tried deferred and realtime).
I would appreciate any feedback you or anyone else has with the use of the GridView, I have been told that in this case at the moment the Infragistics grid seems to be the best performing. Have you done any tests yourselves, is it the colouring of the row backgrounds, or the number of columns that could be causing the issue?
Many Thanks
Greg
We have now had to remove this from our project and implement the standard Silverlight Datagrid for now as the performance when scrolling was very very poor. The grid only contained 91 rows with 15 columns of data (on column contained a group of check boxes) and the row backgrounds were being colored based on data values.
When scrolling this grid, it would freeze and you could see it draing the rows on the screen as they would appear at the bottom of the screen with no formatting or colors and then redraw. When using the Silverlight Datagrid this does not happen at all, there was no other diefferences between the 2 screens. Your grid offeres many features that we want to use but our customers simply did not accept the scrolling speed (we tried deferred and realtime).
I would appreciate any feedback you or anyone else has with the use of the GridView, I have been told that in this case at the moment the Infragistics grid seems to be the best performing. Have you done any tests yourselves, is it the colouring of the row backgrounds, or the number of columns that could be causing the issue?
Many Thanks
Greg