NR
Nirmal Raja
Syncfusion Team
May 23, 2010 02:12 PM UTC
Hi Bina,
Sorry for the delay.
The QueryCellStyleInfo will always be fired when ever the grid gets some changes over the control. It fires even it got
a mouse move action or anything drawn over the cells. So if you call the Reinitialize, thn for each action the grid will be
flickering over the control as it reinitialize the whole control for each cell drawn. Instead of Reinitialize, please try to
use the Invalidate event which updates internally for the cell styles.
Please refer the code below:
gridGroupingControl.Reinitialize();
Let me know if you have any queries.
Regards,
Nirmal