Hi, I am creating combo box dropdowns within each row of a jqxGrid. The combo boxes need to trigger a data call on click that populates the combo boxes, however the problem is that right now it takes 2 clicks to get this to trigger. The first click simply focuses the cell selection onto the specific cell. The second click, when you click on the dropdown arrow of the combo box will actually trigger the data call.
I have tried everything that I found in this thread: http://www.jqwidgets.com/community/topic/always-double-click-to-select-values/ but I didn’t have any luck.
I want the on click event of the combobox within the column to trigger as soon as the cell is clicked on.