We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

A question about GridControl''s CellDrawn event...

It seems that this event, CellDrawn, addresses my earlier question of knowing when the grid has actually finished using the value I set in the GridStyleInfo during QueryCellInfo. Therefore I could use this event to release a lock on the data that I assigned to CellValue/Text. Can anyone confirm this?

1 Reply

AD Administrator Syncfusion Team March 18, 2004 03:54 PM UTC

The problem is that QueryCellInfo is called for other things than drawing a cell. Anytime the grid needs any style information about a cell, QueryCellInfo is fired. For example, if you move the mouuse over cells in the grid, QueryCellInfo is fired so the grid can do things like hittesting that may vary from cell to cell. And these do not eventually end up through CellDrawn.

Loader.
Live Chat Icon For mobile
Up arrow icon