GDBG and QueryCellInfo event.

What is the calling logic of QueryCellInfo ? How to force the call of QueryCellInfo for all visible cells ?

1 Reply

AD Administrator Syncfusion Team August 5, 2005 03:46 PM UTC

QueryCellInfo is raised anytime anything requests a cell style. Normally, the way you force the event to be raised is to call either grid.Refresh or grid.RefreshRange since drawing the cells require the style.

Loader.
Up arrow icon