Chi
Chi

Reputation: 3

ShieldUI Grid: Grid with remote json data

I've been trying to get the Grid to work with remote json data source; its been unsuccessful. Does anyone have sample code that I can compile and see work?

Tried copying and pasting code from the Shield UI site but it doesn't work.

Upvotes: 0

Views: 918

Answers (1)

Vladimir Georgiev
Vladimir Georgiev

Reputation: 1949

Here you can see some examples that connect to web services using the JSON data format:

ShieldUI Grid - RESTful service

ShieldUI Grid - OData example

Shield UI DataSource - another JSON example

And you can see the following documentation section for more information how to setup the DataSource to work with remote data: http://www.shieldui.com/documentation/datasource/javascript/api/settings/remote/read

Upvotes: 1

Related Questions