Hi,
In a grid column I would like to have multiple types of cell editors (jqxDropDownList or jqxTextArea) based on some row properties or cell properties.
I succeeded in my intent by setting, in the definition of the column, the function createeditor()
and columntype: 'custom'
.
The only problem is that, to get the focus in the cell editor, I have to double click in the cell, while I would like to avoid the second click.
I tried defining the initeditor()
function in the column definition and then calling the focus methods but it doesn’t seem to work.
Any suggestion?
jqwidgets version used: 11.0.1