EssentialGrid CellValue performance

Hello All,

While profiling a Form with just the grid, i noticed the the call to grid[row,col].CellValue = val; was the slowest call. is this the recomended way to set the value in a cell or is there any other way of doing this. I checked with DotTrace and ANTS profilers to make sure that the profiler was correct.

thanks and regards,
-Sabareesh


1 Reply

FS Fathima Shalini P Syncfusion Team January 28, 2008 01:13 PM UTC

Hi Sabareesh,

Thank you for your interest in Syncfusion Products.

Instead of assigning the CellValue / Text for the cells, you can directly load into GridData which will make the population very very faster. Please find the simple sample in the following link that illustrates this:

http://websamples.syncfusion.com/samples/Grid.Windows/F71275/main.htm

Please let me know if any concerns.

Regards,
Fathima


Loader.
Up arrow icon