|
I am using VC# .NET 2.0. In my datagridview, the only editable column in a row is a populated combobox. A list eg. List<obj> is populating the combobox cell in each row. When the user picks a selection, I need to capture the selected value so that I can populate a different list eg. List<result> with this value (result.rating = thisvalue). I am a novice to C#. I did not see any event for cellvaluechanged. Your kind assistance would be greatly appreciated. AJ |