The previous topic briefly demonstrated how to add items to a data grid using the DataGrid class’s addItem() method. In addition to adding items directly to the DataGrid instance, you can also create a new DataProvider object and set the data grid’s dataProvider property.
There are three main ways to add items to a DataProvider object:
Pass [...]
{ 0 comments }