This is a migrated thread and some comments may be shown as answers.

Populating Grid manually

1 Answer 302 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Miguel
Top achievements
Rank 1
Miguel asked on 12 Jan 2017, 10:20 PM

Is there a way to populate a grid manually?

In my application I'm uploading a file with a list of sales orders and a few other columns that will have a server-side process. At the end of processing all the sales order list, I want to report back to the user in a nice grid all the sales orders and data that he uploaded with an additional column specifying the status of the operation.

So there is no database to bind the Grid. Is this doable with RadGrid?

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 17 Jan 2017, 09:40 AM
Hi Miguel,

You can set the DataSource of the grid to a DataTable or a collection with custom objects:
If the data will be provided after some condition, you will have to use the Simple Data-Binding approach demonstrated in the following help topic:

Best Regards,
Konstantin Dikov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Miguel
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or