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?