Row selection and cell text deletion

I have grouping grid that has the following properties set this.grid.TableOptions.AllowSelection = Syncfusion.Windows.Forms.Grid.GridSelectionFlags.Any; this.grid.TableOptions.ListBoxSelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; I want the row to be highlighted when any cell is clicked, and I want the ability to select multiple rows at once, this all works fine. My problem is that when I select text within a cell, the cursor appears as expected, but when I press the backspace key, the record is deleted, instead of the text.

2 Replies

AD Administrator Syncfusion Team February 22, 2005 12:28 AM UTC

I do not see this problem in this sample using either version 2109 or 3010. Do you? http://www.syncfusion.com/Support/user/uploads/WindowsApplication4_3ecfa850.zip


AD Administrator Syncfusion Team February 22, 2005 03:18 AM UTC

Sorry Clay, I found the problem, I was deleting the row in my keydown event

Loader.
Up arrow icon