Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用具有五个可编辑列的 Flex Advanced datgrid,光标位于第一列并准备编辑,现在,我只想知道如何通过按ENTER键 [而不是按 Tab] 移动到下一列,是有什么关键字吗???
希望这很清楚Thankxx提前。
您必须向数据网格添加一个 keyUp 事件侦听器。在事件侦听器函数中检查按下的键是否是回车键。如果是,请将焦点设置到相应的单元格。