jQuery UI Widgets Forums Grid jqxGrid toolbar showing mulipletimes

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • jqxGrid toolbar showing mulipletimes #64039

    alpesh
    Participant

    Hello,

    We need to help for jqxGrid with toolbar.We are calling multiple time jqxGrid table on next and previous click.but When we click on next and after we click previous that time we are showing multiple time toolbar.jqxGrid Rows result showing fine but only toolbar button showing more time.
    Please check it this example link url toolbar showing multipletimes

    Could you please help us for ?

    Thanks
    Alpesh

    jqxGrid toolbar showing mulipletimes #64040

    Dimitar
    Participant

    Hello Alpesh,

    Please share a sample code (preferably at JSFiddle) which demonstrates the reported issue.

    Best Regards,
    Dimitar

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

    jqxGrid toolbar showing mulipletimes #64063

    alpesh
    Participant

    Hi Dimitar,

    Please check below the link and it is sample code link.
    sample code link
    And issue we are facing when we click on next with step 3 then after click on previous and again click on next then after click on previous that time toolbar showing multiple time.

    Please check it and let us know what should we need to do for fix this issue.

    Thanks
    Alpesh

    jqxGrid toolbar showing mulipletimes #64078

    Dimitar
    Participant

    Hi Alpesh,

    This happens because each time you go to Step 3, you call the grid initialization code, including toolbarfunc, which appends more and more buttons. The solution is to call the code only once. When you return to Step 3 at a later time, you would have to only show the grid, not try to initialize it again.

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.