I'm sure this is a simple problem and i'm probably leaving some important step out but i've not found it it.
I have a radgridview that has a childgridview all setup.
On of the columns in my childgridview is a gridviewlookup column.
I created a dataset with one table and two columns.
I have populated the columns with Yes and No.
I then set the gridviewlookup columns' datasource, display member, and value member to their respective columns.
When I run the application the dropdown boxes are populated correctly, but I have a problem when i select one of the items.
Nothing shows up in the gridview when I move to the next field or the next row. If i go back to the field and click the dropdown item it shows up, but does not stay when I move off that field again.
Is there something that i have done wrong in the setup of my column?
I have a radgridview that has a childgridview all setup.
On of the columns in my childgridview is a gridviewlookup column.
I created a dataset with one table and two columns.
I have populated the columns with Yes and No.
I then set the gridviewlookup columns' datasource, display member, and value member to their respective columns.
When I run the application the dropdown boxes are populated correctly, but I have a problem when i select one of the items.
Nothing shows up in the gridview when I move to the next field or the next row. If i go back to the field and click the dropdown item it shows up, but does not stay when I move off that field again.
Is there something that i have done wrong in the setup of my column?