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

Issues with CurrentCellChanging and CurrentCellValidateString

CurrentCellChanging: The CurrentCellChanging does not seem to get fired for each key stroke. It only fires for first key stroke while the editor is inactive in the cell. Simpley add this handler to the VirtualGrid samle you ship: private void HandleCellChanging(object sender, System.ComponentModel.CancelEventArgs e) { Console.WriteLine( "Changing" ); } CurrentCellValidateString: The CurrentCellValidateString has a strange bahavior for CellType ComboBox: if you set a e.cancel = true, it clears the value. Just set e.Style.CellType = "ComboBox" on line 63 of Form1.cs in the VirtualGrid project and attach the handler to the event.

1 Reply

AD Administrator Syncfusion Team September 22, 2005 10:02 PM UTC

CurrentCellChanging is only raised on the first change. CurrentcellChanged should be raised on every change. CurrentCellValidateString should be raised for each keystroke in a combobox cell. We have added this problem to our defects database. http://www.syncfusion.com/support/issues/grid/Default.aspx?ToDo=view&questId=787

Loader.
Live Chat Icon For mobile
Up arrow icon