Rank: Advanced Member Groups: Member
Joined: 11/2/2010 Posts: 38
|
Is that possible:
By Press <Enter> key to move down to next cell, In a specific column.
and before or after it leave the cell, it will initiate an event to validate the cell value.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The Grid does not have built in support for that. You will need to capture the eneter key yourself and then call the Grid's client side API to move the current cell or validate the existing cell.
Thanks!
|