Announcement

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

    First column of the TreeGrid filter editor

    Hi folks,

    Here is a screenshot attached that shows my problem.
    I use a TreeGrid and I set the setShowFilterEditor to true. I wonder why the first column of the filter is disabled.
    If I change the order of the columns then the behavior is exactly the same : this is always the first column which is disabled.

    Do you know if there is an option or something for enabling the first column in the filter editor ?

    Thank you very much,
    Antoine Larcher
    Attached Files

    #2
    This is because 'treeField' is non filterable by default. You must set canFilter: true explicitly on the first column.

    Comment


      #3
      Thank you very much for your answer. I'll try it soon.

      Comment

      Working...
      X