DataGridView Value in combo box change should change the value in text collumn in same datagridview
Hi Everyone,
I have a data grid view bounded to a table ItemsList.
In table I have columns "Items" and "category".
I am displaying Items in Combo box of data grid.
When I am selecting Item in combo box I want to update the category of selected item as text (label) in same data grid view.
Thanks in advance