jQWidgets Forums

jQuery UI Widgets Forums Grid How to load new data in the grid

Tagged: 

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • How to load new data in the grid #24425

    Hello,

    i have a grid on page 1 with some attribute. In the grid there is a button that open a popup in which data are loaded (page 2). If i save the data the popup close and the new value is saved in the db. Anyway the data are not displayed in the grid. I have to reload the 1 page to see the difference.

    There is a way to reaload the grid that is connected to the server via url function in the source.

    Some thing like jQuery(“grid”)data.reload; I have tried the function in the api but no one worked.

    Many thanks.

    GM

    How to load new data in the grid #24427

    Peter Stoev
    Keymaster

    Hi,

    The Grid’s updatebounddata should be used for updating the binding. Another option is to set its “source” property to point to a new jqxDataAdapter instance.

    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.