jQWidgets Forums

jQuery UI Widgets Forums Grid The deleted data is display again

This topic contains 2 replies, has 2 voices, and was last updated by  sikla 11 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • The deleted data is display again #20122

    sikla
    Member

    hello,
    I edited the code in a file with a suffix “cshtml”,When the application was running,i pressed a button in the browser,a row in grid has been deleted.then i refreshed the page,i found that the row which i had deleted was still display in the page.what is the reason of this? thank you.

    The deleted data is display again #20125

    Peter Stoev
    Keymaster

    Hi,

    If your synchronization between the client and server has failed or you do not have code for such synchronization, that result is expected, because by refreshing or starting the page again, the dataAdapter will connect to your server and will populate it with the data returned by the server.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    The deleted data is display again #20130

    sikla
    Member

    HI, Peter

    I debug the program again, and found that After the following two conditions are met, i start debug the program, the data shown in grid will be synchronous with the data in server.Otherwise the bug will still exists.
    1.stop the program which is running
    2.Close the browser

    may be this is because i did not have code for synchronization.Is there any method can make the grid reload the data? thank you.

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

You must be logged in to reply to this topic.