jQWidgets Forums

jQuery UI Widgets Forums Grid Disappear filterPanel

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Disappear filterPanel #77343

    wUser
    Participant

    hi,

    Im using this configuration for my grid:

    `$(‘#my_grid’).jqxGrid({
    theme: myTheme,
    width: ‘100%’,
    height: ‘100%’,
    source: myAdapter,
    columns: myColumns,
    columnsresize: true,
    columnsreorder: true,
    enabletooltips: true,
    filterable: true,
    sortable: true,
    editable: false,
    showfiltermenuitems: true,
    localization: myLocalization
    });

    My objectif is filtering data, i can view the filter panel and i can filter my data, but i can’t disappear filterPanel whene i click about grid or other elment on my page

    any help?

    thx in advance.

    Disappear filterPanel #77359

    ivailo
    Participant

    Hi wUser,

    This configuration looks ok. Probably the problem is in the rest of your code.
    Please send jsEditor/jsFiddle link with the rest of your working code for better analyze of this behavior.

    Best Regards,
    Ivailo Ivanov

    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.