When the grid is in edit mode, I cannot get the Excel like editing to work. This works fine in read-only mode, as in your demo sample.
Once a cell has focus, it stays in there until I hit enter. Then I have to hit Enter again to move down.
I there a simple way around this behavior?
don
This excel library works well:
https://www.kellermansoftware.com/p-52-excel-reports.aspx
my mistake... I enable the Edit Behaviors->Activation and all work fine.
Thanks
Same request and same problem as the above post ( grid.get_behaviors().get_activation() object always NULL )
I try to move with TAB Key (KeyCode = 9) on the add row of WebDataGrid (v12.2) but it fail because the error above.
Any other solution?
Hi,
I have tried your solution, and followed your instructions. When I run the test project, there was a javascript error as below :
"
Microsoft JScript runtime error: Unable to get value of the property 'get_activeCellResolved': object is null or undefined
Actually, I also tried a couple of other javascript events such as "EditorControl-ClientEvents-KeyPress", and found out that the grid.get_behaviors().get_activation() object always NULL. Anyway, I was able to get grid.get_behaviors() object which is not NULL. Please help!
Exactly what I was looking for - I'll try it this week. Thanks!