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.
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.
Answers
same issue!
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
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
Are you able to link to the page you are having problems with so I can debug the issue please?
Thanks,
Allan
hii allan
no i cant because this is a private area :)
do you have any other idea?
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 arow
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
no im using legacyAjax on the ajax call
this is the only place that i use legacyAjax
thank you
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