Supporting Cntl Z - Undo in Virtual grid . .

Is it possible to support Undo (Control Z key press ) with a virtual grid . . or do i have to remember in my code to keep track of last values ?? thks, ak

1 Reply

AD Administrator Syncfusion Team December 17, 2005 09:46 AM UTC

If you put this line this.gridControl1.CommandStack.Enabled = true; at the bottom of the Form_Load in the \Essential Studio\4.1.0.9\windows\Grid.Windows\Samples\Quick Start\VirtualGridTutorial sample, you can use ctl+Z to undo typed changes to that grid.

Loader.
Up arrow icon