ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: lsl on February 18, 2015, 12:12:08 pm

Title: Problem on showing fields with a bigger editor than the Grid height
Post 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?
Title: Re: Problem on showing fields with a bigger editor than the Grid height
Post by: lsl on March 09, 2015, 08:07:34 am
any updates?
Title: Re: Problem on showing fields with a bigger editor than the Grid height
Post by: paramvir on March 09, 2015, 09:37:29 am
Did you try to assign z-index and position:relative to the textarea so that it shows above the edge of grid.

Code: [Select]
div.pq-grid{
    overflow:visible;
}

Check the Company column with textarea editor.

http://jsfiddle.net/b6b710mz/61/