i encounterred the same problem currently.
how did you figure it out.
by default, i set CellClickAction to CellSelect in order to select mutiple-cells at the same time.
i am able to enter data into a cell or change the value of the cell by double-clicking the cell.
however, what should i do if i would like do this by single-clicking.
i know that we can edit a cell by selecting the cell and then pressing F2, but i think it is so tedious and unmeaning. i just would like select the cell and then directly hit the number key on keyboard, then the number will appear into the cell.
that means when i edit a cell, i should put the cell into edit mode and then enter the number into the cell.
i did that in keydown event, but i didnot work.
is there sombody help me?
I'm pretty sure the user can edit a cell by clicking on the cell and then pressing F2 - just like in Excel.
You could also programmatically put the cell into edit mode by using the PerformAction(EnterEditMode) method of the grid.