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

Populating a grid with values from array

1 Answer 89 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Avi
Top achievements
Rank 1
Avi asked on 03 Jul 2008, 02:17 PM
Hi all,

I have a two dimensional array of string (4x10).  How can I populate a grid with those values?

Thanks,
Avi

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 03 Jul 2008, 03:36 PM
Hi Avi,

It is not possible just to bind directly multi-dimensional array to RadGrid. More accurate solution would be to make a DataTable and pass it as a DataSource or pass any object collection that implements the IListSource, IList, IEnumerable, or ICustomTypeDescriptor interface.

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Avi
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or