Completed
Last Updated: 01 Dec 2015 14:07 by Svetlin
Svetlin
Created on: 06 Jun 2012 07:28
Category: GridView
Type: Bug Report
0
FIX. RadGridView - cannot be bound to array of objects (object[])
Workaround:

List<object> list = new List<object>(array);
this.radGridView1.DataSource = list;
0 comments