Hi,
Im developing a windows application(VB.NET) application.
Here i have added a combobox column inside the datagridview.
I have the Combobox in column 2
I have to dynamically fill the combo box when column1 combo box is selected.
For ex
Column1 Combobox1 - If i select Tamil Nadu
Column2 Combobox2 - All the districts in TamilNadu has to be displayed.
How to solve this.. I am using Datagridview in VB.NET
Thx in advance
Im developing a windows application(VB.NET) application.
Here i have added a combobox column inside the datagridview.
I have the Combobox in column 2
I have to dynamically fill the combo box when column1 combo box is selected.
For ex
Column1 Combobox1 - If i select Tamil Nadu
Column2 Combobox2 - All the districts in TamilNadu has to be displayed.
How to solve this.. I am using Datagridview in VB.NET
Thx in advance