MB34
MB34

Reputation: 4424

ShieldUI Grid with remote data that is NOT oData

Every remote virtualization demo show how to populate the grid but they all use oData.

Can someone help me figure out how to use standard JSON returned from my web service? I have attempted to modify this demo with no success: http://demos.shieldui.com/web/grid-virtualization/remote-data

The number, titles of the columns may be different per record, too... (see: ShieldUI Grid - Adding Columns at run-time)

Upvotes: 2

Views: 114

Answers (1)

Vladimir Georgiev
Vladimir Georgiev

Reputation: 1949

This demo shows how you can populate data from a RESTful web service - take a look at the dataSource.remote.read option.

More info about this setting can be found in the DataSource documentation.

Upvotes: 1

Related Questions