Hi,
I would like to know if Radgrid would help me accomplish my task in an easy and efficient manner. I'am giving a lengthy description.
I have a ArrayList of StudentGroupOrder as datasource.
I would like to know if Radgrid would help me accomplish my task in an easy and efficient manner. I'am giving a lengthy description.
I have a ArrayList of StudentGroupOrder as datasource.
- I would like to have grid that should look like the one in attachments.
- Each StudentGroupOrder has propertes - ID, ArrayList of BookOrder, StudentCount (Fill the first row only)
- Each BookOrder object has Decription, Rules, Price, Quantity properties that should be used to fill the grid.
- Each StudentGroupOrder should populate 1 column. i.e. instead of populating by row, I want it to populate by column.
- For more information, all the BookOrder objects will have same values for all properties but ID, Quantity.
- I need paging.
- Each page should have set 4 columns per page. If there are no objects to fill all the columns, empty columns should be created, for user to create new objects.
Can we accomplish it with RadGrid.