Announcement

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

    Listgrid: possible to change order of filtereditorrow and headerrow?

    Is there a way for me to change the order of the filtereditorrow and the header row in a ListGrid? So that first the headerrow and then the filtereditorrow is displayed in the ListGrid?

    I have studied the ListGrid source code fairly well and any tips to what I can/should override would be great!
    I tried to override the createChildren method and change the order of makeHeader and makeFilterEditor, but that did not help.

    Thanks!

    gr. Martin

    #2
    Hi Gr Martin
    This isn't currently supported. Feel free to post to the wishlist forums.

    If you want you could possibly get a similar appearance by showing your own HLayout of column title labels above a listGrid with showFilterEditor set to true and showHeader set to false -- but that wouldn't give you any of the built in list grid header handling (click, right click, drag resize, etc etc).

    Comment

    Working...
    X