I have issue regarding Custom Editor.
Here we have multiple columns which has custom dropdown value.
But we have a requirements that on single click each column dropdown should display, but in ours when we click on a next row column, dropdown is working fine, but when we click the adjacent column of the same row, it takes 2 clicks to show the Dropdown. We need to make it single click dropdown.
We used this method :-
demo:
http://paramquery.com/demos/editing_customCode: [Select]
// in autoComplete editor, classes are added.
var $inp = $("<input type='text' name='" + dataIndx + "' class='" + cls + " pq-ac-editor' />")
But it is not working for single click edit for custom editor.