//GRID里回车替换TABfunction cellkeydown(sender, td, cellIndex, record, tr, rowIndex, e, eOpts){ if (e.getKey()==13){var a=sender.editingPlugin;a.startEdit(record.index,cellIndex+1);}} 动态添加clientevents,实现按回车向右移动: if unidbgrid1.ClientEvents.ExtEvents.Value…