ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: lsl on April 30, 2014, 02:46:39 pm
-
Successfully enter edit mode, but cannot type things when the grid is inside a dialog
pic 1: edit function is good
pic 2: can enter edit mode, but can't type things (more info: can use mouse to "paste" string in it, cannot use "Ctrl+V" to paste.)
-
Please provide more details:
Have you created grid as a child of dialog. http://api.jqueryui.com/dialog/#method-_allowInteraction
Do you evt.preventDefault or return false in click event somewhere in your code.
Is this problem browser specific. Have you checked in other browsers.
I believe you are using modal: true option in your jQueryUI dialog which causes an issue with text input.
The fix is to add higher z-index and position:relative in your editors
editor: {style:'z-index:10000;position:relative;'}