thanks peter.
the demo is working fine for me, my controller return a string value not a json value because I don’t know how to generate a nested json data object to return to client.
I changed my controller to return a jsonresult to client, it’s working now! thanks.