Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Using DataSource without data URL

    I have a legacy situation whereas the software currently transforms the returned response into an internal JSON formatted String. Is it possible for a DataSource to operate on a JSON formatted String for read-only purposes? The DataSource would be used to populate a ListGrid. How can I set the data URL to a String in memory? Would it be better to add the data manually to the DataSource using addData()?
Working...
X