Progress2007
Active member
- Joined
- Sep 5, 2008
- Messages
- 25
- Programming Experience
- 1-3
Hi
I have a DataGridView in which there are two ComboBoxColumns in each rows
I want to do that , suppose first comboboxcell contains value from ClientTable
and second combo box contains value from Project Table
Now wht i want taht when someone selects any client from first combo then their respective clients should be populated and same for vice versa
my problem is that i am able to do this first time
but at the second time it is giving a error
"DataGridComboxCell value is not valid"
Please help me how to do this...
I have a DataGridView in which there are two ComboBoxColumns in each rows
I want to do that , suppose first comboboxcell contains value from ClientTable
and second combo box contains value from Project Table
Now wht i want taht when someone selects any client from first combo then their respective clients should be populated and same for vice versa
my problem is that i am able to do this first time
but at the second time it is giving a error
"DataGridComboxCell value is not valid"
Please help me how to do this...