开发者

Is it possible to simulate a navigation key press in jqGrid?

开发者 https://www.devze.com 2023-03-20 18:13 出处:网络
The latest version (4.0) of the jqGrid introducedbindKeys method to provide simple keypress navigation implementation out of the box.

The latest version (4.0) of the jqGrid introduced bindKeys method to provide simple keypress navigation implementation out of the box.

Is there any way to simulate the naviga开发者_如何学Ction key press in jqGrid to trigger its internal logic? Are there any directly exposed methods?


I dont think so there is a direct way. You could try to capture the original event you make with your keyboard and then try to trigger your own with something of a copy of the event data object.

0

精彩评论

暂无评论...
验证码 换一张
取 消