Editable grid problem...
I'm using onKeyCtrlS to call a Save function that saves grid changes to database.
The problem is that when I press Ctrl+S it writes the 's' in the editable cell.
Similarly I want to open a popup window when double clicking on a cell, however I can't override the editable cell operation that occurs.
I've tried things like setSelectedRows([]), setCellEditable(false, x), return false and document.form.element.focus() with no success.
Any suggestions anyone?
The problem is that when I press Ctrl+S it writes the 's' in the editable cell.
Similarly I want to open a popup window when double clicking on a cell, however I can't override the editable cell operation that occurs.
I've tried things like setSelectedRows([]), setCellEditable(false, x), return false and document.form.element.focus() with no success.
Any suggestions anyone?
Wallace R
November 29,