jQWidgets Forums

jQuery UI Widgets Forums Grid jqxDropDownButton Grid Popup Model dialog issue

This topic contains 3 replies, has 2 voices, and was last updated by  panky 10 years, 9 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author

  • panky
    Participant

    Hi

    I have jqxDropDownButton with JQXGrid on model popup window [Jquery UI].

    I have only filtering enabled, not paging.

    When I enable filter on grid,

    $(“#jqxgrid” + id).jqxGrid({ filterable: true, showfilterrow: true, autoshowfiltericon: true });

    it does not filter grid, but same works fine when my jqxDropDownButton is on page.

    Is there any way for this ? Can someone help me how to find out cause for filtering not working?

    If I enable paging , I don’t see pager at the bottom of the Grid.

    I am using v 3.4.0.

    Thanks
    Panky


    Peter Stoev
    Keymaster

    Hi Panky,

    You can use jqxWindow instead and you won’t experience such issue. The UI Dialog prevents some inputs when it is opened.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/


    panky
    Participant

    Thanks Peter !!

    I used JQXwindow and it worked fine, only I did extra work to style JQXWindow to match my application styling.

    Thanks again !!

    Panky


    panky
    Participant

    Hi Peter,

    Today I came across issue. When I use JQXWindow with jqxDropDownButton control, after couple of uses Div which I am using for

    model popup, does not contain in DOM. And I get error

    Uncaught Error: Invalid jQuery Selector – #CopyContainer! Please, check whether the used ID or CSS Class name is correct.

    Is there any thoughts?

    Thanks
    Panky

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

You must be logged in to reply to this topic.