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

Advanced data binding to radgrid with paging

1 Answer 85 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sridhar
Top achievements
Rank 1
Sridhar asked on 02 Mar 2012, 01:07 AM
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 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.

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 06 Mar 2012, 02:12 PM
Hello,

You could achieve your goal by using the following online resources:

Regards,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Sridhar
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or