KA
Kamalakannan A
Syncfusion Team
January 18, 2011 08:05 PM UTC
Hi jungjin,
Syncfusion WPF Grid control loads the cells only by the drawing the visual content of the cells and not loading the UI Elements in the Grid control using Visual tree. Hence the performance of the grid WPF will be high and consume only less memory to load the grid control. WPF Grid control does not load it’s content based on the PC model and the graphics card in the machine.
WPF Grid only draw the rectangles and cell values using the drawing methods and it does not use any DirectX or Windows graphical features to load its content.
We do not maintain any history function in the grid control as it will draw the visual only for the visible part of the grid in the scroll viewer. This makes the grid control feel light weight and load the element with less memory and high performance.
If you are able reproduce the issue still please update us with a simple sample to reproduce the issue. Hence we could check with the issue and update you with the solution.
Please let us know if any queries.
Thanks
Kamal.