Undo in a virtual grid

I''m trying to figure out when I can turn on CommandStack.Enabled in a virtual grid. I''d like to wait until the grid is completely loaded, However I''m not sure what event is fired (if any) when this occurs since the grid is virtual.

1 Reply

AD Administrator Syncfusion Team January 22, 2004 06:26 AM UTC

Try turning it on at the bottom of your formload after calling grid.ResetVolatileData. A virtual grid is never ''loaded'' with data. The data only lives in your external datasource.

Loader.
Up arrow icon