Hi there,
I have the same problem : there are several control on the page and i enabled handlekeyboardnavigation on grid. But when i press any key on other controls ,grid handle that!
For example i use enter key on all controls for custom purpose.
Hope to help me. Thanks
Hi jahnvi25,
you can do that by this code
$(‘#jqxgrid’).jqxGrid(‘addrow’, rowindex , {}, rowindex);
i hope this was helpful.