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
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.