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?