I've got a gridview with a combobox column. When I add a new row, I can chose a value from my combobox but how can I set the value of an other column depending on the value that is chosen from the combobox when I insert the new row to the gridview.
If you want to change some data after the user has confirmed to add the row, you can handle either the UserAddingRow or the UserAddedRow and make the necessary changes there.
If you need more help on this one, please don't hesitate to ask.