Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
ig.RemoteDataSource : responseDataKey
posted

Hello,
I try to use ig.RemoteDataSource and property responseDataKey (response in JSON) in IgniteUi 15.2.
In many examples in the documentation, the property is used with the values "d" or "d.results". I can not use anything in replacement of "d".
example:
d.rows: OK
d.test: OK
data.rows: NOK
Apparently this does not work when the root property is not "d".
Thanks for your help

Parents
No Data
Reply
  • 9190
    Offline posted

    Hi GBAU,

    It's my understanding that this is the default syntax for when an OData Service returns json. More details regarding this standard is available in the oData Documentation:
    http://www.odata.org/documentation/odata-version-2-0/json-format/

    If you wish to change this, you will need to make the appropriate changes to your service.

    I hope this helps. Please let me know if you have additional questions regarding this matter.

Children