Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Layout problem with FilterEditor in ListGrid

    Hi,
    I'm having a layout issue with the FilterEditor in ListGrid. When I place my ListGrid (with showFilterEditor: true and position:"relative") in an html div, the table position works perfectly but the FilterEditor row shows up in a different place.
    How can I fix this issue?

    Thanks in advance,
    ycruz002

    #2
    Wrap the ListGrid in a Canvas set to position:relative, with the ListGrid itself set to the default (position:absolute).

    Comment

    Working...
    X