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.
精彩评论