editor 1.5 data not refresh

editor 1.5 data not refresh

tm3610tm3610 Posts: 16Questions: 2Answers: 0

when i upgrade my editor to 1.t the data now is not refreshing
what can i do??

Answers

  • DavidHarkerDavidHarker Posts: 11Questions: 2Answers: 0

    same issue!

  • allanallan Posts: 61,805Questions: 1Answers: 10,118 Site admin

    Have you updated the server-side libraries as well? Are you using the provided .NET or PHP libraries? Or are you using something else? There is also upgrade documentation that you might find relevant.

    Allan

  • tm3610tm3610 Posts: 16Questions: 2Answers: 0

    hii allan
    i am using an generic handler to get the data from the db
    i am not using the editor libraries

    as well i was using the same in editor 1.4.
    now i am use legacyAjax: true
    because i don't need multi row update

  • allanallan Posts: 61,805Questions: 1Answers: 10,118 Site admin

    Are you able to link to the page you are having problems with so I can debug the issue please?

    Thanks,
    Allan

  • tm3610tm3610 Posts: 16Questions: 2Answers: 0

    hii allan
    no i cant because this is a private area :)
    do you have any other idea?

  • allanallan Posts: 61,805Questions: 1Answers: 10,118 Site admin

    Just to confirm, you are using the legacyAjax option and your server-side libraries conform to the requirements for the 1.4- client / server communication (they return a row object, etc)? If that is the case and it still isn't working, I'm afraid I would need to be able to debug it to understand why that is the case.

    Allan

  • tm3610tm3610 Posts: 16Questions: 2Answers: 0
    edited August 2015

    no im using legacyAjax on the ajax call

                                    editor = new $.fn.DataTable.Editor({
                                        ajax: "/Handlers/InsertUpdateDeleteAdminMsgHandler.ashx",
                                        idSrc: "PostId",
                                        legacyAjax: true,
                                        table: "#" + tableName,
                                        fields: mainSdk.getFields(col, data2.data, "MessageTab"),
                                        display: 'envelope'
                                    });
    

    this is the only place that i use legacyAjax

    thank you

  • allanallan Posts: 61,805Questions: 1Answers: 10,118 Site admin

    Yes, so you are using the legacyAjax option.

    Can you confirm if your libraries fully implement the legacy client / server ajax protocol please?

    Can you give me a link to the page so I can debug it.

    Allan

This discussion has been closed.