1
Help for ParamQuery Pro / editorKeyPress - get current textfield value
« on: November 26, 2024, 03:06:21 am »
How to I get the current value from the grid cell using editorKeyPress?
I need to get the cell value, then make an ajax call with this value to return an array that will be used to populate the autoCompleteEditor.
editorKeyPress: function(evt, ui) {
if (ui.dataIndx === 'my column name') {
//how to I get the value in the text field?
}
I need to get the cell value, then make an ajax call with this value to return an array that will be used to populate the autoCompleteEditor.
editorKeyPress: function(evt, ui) {
if (ui.dataIndx === 'my column name') {
//how to I get the value in the text field?
}