Author Topic: clicksToEdit with select column  (Read 3130 times)

ralph1996

  • Pro Ultimate
  • Jr. Member
  • *
  • Posts: 80
    • View Profile
clicksToEdit with select column
« on: December 03, 2016, 03:07:13 am »
I am seeing an issue with using clicksToEdit = 1 on a grid and then changing selection within the grid. 

If I have a column with a select and the user has selected that column (i.e. it is an active editor) then clicks on another column (specifically in my case a datepicker column) in the same row, the new cell does not go into edit mode until you click again.  However if you click on another cell in a different row, the cell that is clicked does go into edit mode immediately.  Clicking between other columns within the row does not have this issue. It only happens if the current cell being edited is a select column.

You can see this in action by going to your Editors & Validations demo on your demos page and adding the clickToEdit:1 to the edit model.  In any row choose a value in the "Shippig Via" column and then try to click on another editable cell in the same row.  It will highlight the cell, but it will not open the editor.  Do the same and click on another row and voila - the editor opens.

Also I saw a post from 2014 regarding the ability to cause the select editor to open wiht a single click on teh cell.  The response was that it wodul be possible with ParamQuery Select in the future.  Is this possible now?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: clicksToEdit with select column
« Reply #1 on: December 11, 2016, 05:02:06 pm »
Thanks for reporting the issue. I am able to reproduce the issue, would let you know once the fix is available.

Quote
Also I saw a post from 2014 regarding the ability to cause the select editor to open wiht a single click on teh cell.  The response was that it wodul be possible with ParamQuery Select in the future.  Is this possible now?

Yes it can be verified by clicking on a cell with pqSelect as editor, just call open() method of pqSelect in init().

Bernd

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: clicksToEdit with select column
« Reply #2 on: June 14, 2018, 01:43:43 pm »
Hello,

I am still seeing this error in the current version. I'd like to follow up because it is causing inconvenience in our current project having couple of selects beside each other.

regards,
Bernd