How do you databind tables in a database to PropertyGrid
to view/change its property values? I am not able to find how you databind a whole database to PropertyGrid
, only classes or objects.
Asked
Active
Viewed 421 times
0

Adrian Cid Almaguer
- 7,815
- 13
- 41
- 63

Tanner W
- 1
- 1
-
you probably want a `DataGridView` – Ňɏssa Pøngjǣrdenlarp Jul 13 '15 at 18:00
-
Is there any way you could do it with PropertyGrid? I want to be able to see the type and change the values. – Tanner W Jul 13 '15 at 18:03
-
Convert columns of the `DataTable` to the custom class – Fabio Jul 13 '15 at 21:18
-
visit this link, I hope it will helps you http://stackoverflow.com/questions/10421816/can-you-bind-property-grid-to-a-data-source – dada Jul 14 '15 at 05:32