I was wondering if you can bind the property grid to a dat source like SQL table or microsoft access table?
If so can you show me an example. I have an access table with 6 columns and about 100 rows. I know a gridview is what i shoudl use but i want to use a property grid view.
ID - uniqueID
ParentID - correlates to which ID to group with
Order - order of group
Decs - description of what it is screen display
Type - type
Value - value
example
ID ParentID Order Desc Type value
1 0 0 Gen CAT
2 1 0 help bool true
3 1 1 num int 7
4 0 1 Dogs CAT
5 4 0 Labs int 2
6 5 0 Yellow int 1
7 5 1 Black int 1
so the property grid would look like this.
-General
Help true
num 7
-Dogs
-Labs 2
Yellow 1
Black 1
would this even be possible?
If so can you show me an example. I have an access table with 6 columns and about 100 rows. I know a gridview is what i shoudl use but i want to use a property grid view.
ID - uniqueID
ParentID - correlates to which ID to group with
Order - order of group
Decs - description of what it is screen display
Type - type
Value - value
example
ID ParentID Order Desc Type value
1 0 0 Gen CAT
2 1 0 help bool true
3 1 1 num int 7
4 0 1 Dogs CAT
5 4 0 Labs int 2
6 5 0 Yellow int 1
7 5 1 Black int 1
so the property grid would look like this.
-General
Help true
num 7
-Dogs
-Labs 2
Yellow 1
Black 1
would this even be possible?