2

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)

Community
  • 1
  • 1
MB34
  • 4,210
  • 12
  • 59
  • 110

1 Answers1

1

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.

Vladimir Georgiev
  • 1,949
  • 23
  • 26
  • I don't need to modify any records, this is a read-only scenario. The on-demand modification necessary is to add/remove columns per the data being read, please see my other post listed above. – MB34 Feb 23 '16 at 17:46