Data binding to an object in DataGridView control?
Does anyone know how to specify the source of data (as a ref class I created) to a DataGridView control? From Ivor's Visual C++ 2005 book on pg. 1114, there is one sentence stating this, but I haven't seen any examples through MSDN or surfing the net other than binding to a database. I have a List<T> to bind to. Thanks.
|