Author Topic: Problem on showing fields with a bigger editor than the Grid height  (Read 2894 times)

lsl

  • Pro Deluxe
  • Jr. Member
  • *
  • Posts: 67
    • View Profile
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?

lsl

  • Pro Deluxe
  • Jr. Member
  • *
  • Posts: 67
    • View Profile
Re: Problem on showing fields with a bigger editor than the Grid height
« Reply #1 on: March 09, 2015, 08:07:34 am »
any updates?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Problem on showing fields with a bigger editor than the Grid height
« Reply #2 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/
« Last Edit: March 09, 2015, 10:47:12 am by paramquery »