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

What are all the datasource will support for RAD GRID?

1 Answer 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Muru
Top achievements
Rank 1
Muru asked on 02 Jun 2010, 02:16 PM
What are all the datasource will support for RAD GRID?...I mean Can I pass list items Or collection ....etc ?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 02 Jun 2010, 02:33 PM
Hello,

You can use a wide variety of custom objects as data sources for RadGrid. The only requirement is that the custom objects must implement the ITypedList, IEnumarable, or ICustomTypeDescriptor interface.

The demo shows how to use different data sources. Also check the documentation that describes on how to bind with arraylist.


Regards,
Princy.
Tags
Grid
Asked by
Muru
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or