jQWidgets Forums

jQuery UI Widgets Forums Grid JqxGrid column menu closing issue

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 7 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • JqxGrid column menu closing issue #98201

    ngc2
    Participant

    Hello,

    I created custom filter menus for my jqxGrid and one of them has a datepicker. The issue is that the datepicker exceeds the height of the menu, so when you select a date it closes out the datepicker as well as the actual filter menu. Is there a way to get the filter menu to stay open?

    Thanks!

    JqxGrid column menu closing issue #98208

    Hristo
    Participant

    Hello ngc2,

    You could use the columnmenuclosing: function (menu, datafield, height) {} callback of the Grid.
    With one boolean variable (flag) to return true in this callback if you want to close it and false if you do not.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.