jQWidgets Forums

jQuery UI Widgets Forums Grid columnreordered

This topic contains 1 reply, has 2 voices, and was last updated by  Todor 5 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • columnreordered #105765

    clock84
    Participant

    Hello,
    I have this situation.
    Four columns, only the first one is pinned.
    When I move one of the other columns to the second position I need to reload the json data from a server.
    Currently I am using the event “columnreordered” and I do a Post to a WebServer to get the new data.
    The problem is that the event “columnreordered” is called more than once. (If I don’t do the Post it is called only once so I think the grid doesn’t like to be refreshed while it is still loading.)
    Any idea to avoid these multiple calls?
    Is there another event that it’s called after “columnreordered” that I could use for reloading the data?

    Thank you in advance

    columnreordered #105793

    Todor
    Participant

    Hello clock84,

    Please share a stackblitz.com example demonstrating the reported issue, so that we may determine what causes it.

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.