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

Is there any event i can call in grid to render the cell once

I tried using event QueryCellInfo and event DrawCellFrameAppearance, but both events do not serve the purpose because these events are triggered when mouse over. I just need these events to be called when the first time the grid loading. If i use QueryCellInfoo event, how do i know if the event has finished?

1 Reply

AD Administrator Syncfusion Team November 21, 2005 10:44 AM UTC

QueryCellInfo is normally raised many times, and you cannot really know when it is finished as it may be called again immediately depending upon what is taking place in the grid. We do ship a sample that shows how you can derive a grid and set things up so QueryCellInfo is only hit once. Maybe this will serve your needs. \Essential Studio\3.3.0.0\Windows\Grid.Windows\Samples\Performance\OneTimeOnlyQueryCellInfo

Loader.
Live Chat Icon For mobile
Up arrow icon