Hello Sir,
I am facing a problem with latest update of jqxGrid. I am working with latest release jQWidgets v12.0.4 (2021-Apr) [Javascript/jquery].
I am setting focus in particular cell of the grid using begincelledit method.
e.g. $(‘#’ + _gridId).jqxGrid(‘begincelledit’, 0, _columns[2]);
But, it is showing variant behavior. Sometimes it works on one computer and stop working on another.
I have created an example of it :–http://jsfiddle.net/wgdh3jrz/3/
When space key is pressed in “First Name” column then focus is not setting in the same cell after closing dialog box.
But if same dialog is opened from “Last Name” then focus is setting properly in “First Name”.
Want to clarify that it is not working when I am opening dialog from “First Name” and also setting the focus in the same cell.
I am using this feature from last 5-6 years. but, it’s not working in latest release. I can’t ignore this feature as it is the part of core functionality of my grid. Please provide any solution for it asap.
Thanks & Regards
Manu Vashishtha