jQuery UI Widgets Forums Grid bindingcomplete error

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • bindingcomplete error #74785

    realtek
    Participant

    Hi,

    I’m getting the following error and I understand what the message is saying, basically it looks like something is being called before the bindingcomplete event has been called.

    My question is, does the below message pinpoint what bit of code could be the culprit? I have spent a while trying to troubleshoot and I am running out of ideas.. To me, it looks some type of sorting causing it?

    [Error] Error: jqxGrid: The data is still loading. When the data binding is completed, the Grid raises the 'bindingcomplete' event. Call this function in the 'bindingcomplete' event handler.
    	sortby
    	removesort
    	propertyChangedHandler
    	setvalueraiseevent
    	(anonymous function)
    	each
    	set
    	jqxWidgetProxy
    	(anonymous function)
    	each
    	each
    	(anonymous function)
    	beforeprocessing
    	success
    	j
    	fireWith
    	S
    	H
    bindingcomplete error #74787

    Dimitar
    Participant

    Hi realtek,

    If you have implemented server-side sorting, this error can be thrown if you are trying to sort while another sorting operation is still in progress. The bindingcomplete event will be triggered when the first sort is complete and you should make sure that you initiate the second one afterwards. This situation can occur with a combination of server-side sorting, filtering and paging, too.

    Best Regards,
    Dimitar

    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.