ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: lsl on February 18, 2015, 12:12:08 pm
-
Attached the screen for reference
I'm trying to show a editor of Textarea of Height 175px
When the Grid contains only a few records, the edge of the grid will block the display of the remaining part of that Textarea.
are there any methods to make the Grid with auto-expand when the content inside exceed the edge of the grid?
-
any updates?
-
Did you try to assign z-index and position:relative to the textarea so that it shows above the edge of grid.
div.pq-grid{
overflow:visible;
}
Check the Company column with textarea editor.
http://jsfiddle.net/b6b710mz/61/