Author Topic: Regarding Custom Editor  (Read 2526 times)

rbinbosch

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 10
    • View Profile
Regarding Custom Editor
« on: September 17, 2019, 10:41:06 am »
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_custom
Code: [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.
 

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: Regarding Custom Editor
« Reply #1 on: September 17, 2019, 09:06:44 pm »
Thanks for reporting issue, I understand that it requires double click to activate editor in same row as dropdown whereas it should take single click.

This would be fixed in upcoming version.