jQWidgets Forums

jQuery UI Widgets Forums Grid Server Side Sorting

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 8 years, 12 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Server Side Sorting #84139

    akash
    Participant

    Hi,

    I have written code for server side sorting , but i have an issue , when ever i sort the data(custom sorting), i call the web service in callback function (i can’t use url as datasource, it will be always json object). on response Data is getting updated on grid but sort indicator is not updating im using
    $(“#jqxgrid”).jqxGrid(‘updatebounddata’, ‘sort’); to show sort indicator.

    Is there any event where as soon as my grid completes the data load , i can call updatedatabound on sort ?

    Server Side Sorting #84149

    Peter Stoev
    Keymaster

    Hi akash,

    Event is called bindingcomplete. It’s raised when binding is completed.

    Best Regards,
    Peter Stoev

    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.