jQuery UI Widgets Forums Grid issue with refresh

This topic contains 2 replies, has 2 voices, and was last updated by  jperera 9 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • issue with refresh #68374

    jperera
    Participant

    Hello Peter,

    Look I did the set of the datasource of a grid and it works fine when I’m calling from a function, but I need calling it in the event addrow, updaterow and deleterow. The problem is when I put the change of the datasource in any one of the event addrow or updaterow or deleterow I get the following exception:

    Unhandled exception at line 7, column 151838 in http://localhost:59655/Scripts/JQWidgets/jqxgrid.js

    0x800a139e – JavaScript runtime 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.

    My goal is that when you update, delete or add to the grid call the function to update it…

    Any help please??

    Jose

    issue with refresh #68403

    Dimitar
    Participant

    Hello Jose,

    Please make sure you have implemented these functionalities as shown in the help topics Build CRUD Web App with jqxGrid using PHP and MySQL and CRUD with jqxGrid, ASP.NET MVC3 and SQL (check out the one relevant to your server environment).

    Best Regards,
    Dimitar

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

    issue with refresh #68413

    jperera
    Participant

    Thank you very much Dimitar for your advice, I think the problem is the ajax cache.

    I Appreciate a lot your help

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

You must be logged in to reply to this topic.