jQWidgets Forums

jQuery UI Widgets Forums Grid Is this a BUG or something else?

This topic contains 2 replies, has 1 voice, and was last updated by  sun21170 11 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Is this a BUG or something else? #49162

    sun21170
    Participant

    When filtering, I am finding that the filter conditions dropdown extends beyond the filter popup, which means if user clicks on a condition in drop down that is the last item in dropdown, then the filter popup closes without filtering.
    You can see this bug in this video: http://screencast.com/t/6hrPRwENT

    The correct behavior in this case should be that the filter conditions dropdown automatically does NOT extend beyond the filter popup area. As a developer, I should not have to do anything as this should happen automatically by the code in jgxgrid widget.

    Is this a BUG or something else? #49282

    sun21170
    Participant

    Is there a solution to the problem I described?

    Is this a BUG or something else? #49333

    sun21170
    Participant

    I hope someone had answered since the answer is too simple, so I could have been saved from hours of research.

    The answer is : autoDropDownHeight for filter drop down should be set to false. I had the code below included in my page, which was setting autoDropDownHeight to true.

    
    filtertypedropdown1.jqxDropDownList({ autoDropDownHeight: true, selectedIndex: index1 });
    filtertypedropdown2.jqxDropDownList({ autoDropDownHeight: true, selectedIndex: index2 });
    
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.