Hi Brain,
Thanks for your interest in Syncfusion products.
QueryCellInfo is hit anytime the grid needs a cell style for any reason. So QueryCellInfo is hit prior to PrepareViewStyleInfo, and may be hit for other reasons than preparing the style for drawing. If you use code like grid[row, col], then QueryCellInfo is hit, but PrepareViewStyleInfo is not hit. So, if you are setting a style property that may be of use to you for something other than be drawn a certain way, then you should use QueryCellInfo to set the property dynamically.
You can also refer the below forum threads for more details.
http://www.syncfusion.com/support/Forums/message.aspx?MessageID=32133http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=24997Please let me know if you have any queries.
Regards,
Subhasheela R