开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜