jQWidgets Forums

jQuery UI Widgets Forums Grid Grid json call databin

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Grid json call databin #69356

    yllsuarez
    Participant

    Some suggest Please ?

    I am calling a Web API but recieve this,

    Uncaught 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.

    Looks like that the data is loaded wee, because a grid is created, just that the rows are empties but I get the rigth amount of rows.

    Grid json call databin #69363

    Peter Stoev
    Keymaster

    Hi yllsuarez,

    This happens because you either set a property or call a method while your Grid is still binding. The exception actually describes what needs to be done. Call your methods/functions within the bindingcomplete handler or just make sure binding is completed when you call them.

    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.