This is a migrated thread and some comments may be shown as answers.

gridview validation / combobox

1 Answer 63 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Pol Pol
Top achievements
Rank 1
Pol Pol asked on 15 Sep 2011, 10:50 AM
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.



1 Answer, 1 is accepted

Sort by
0
Emanuel Varga
Top achievements
Rank 1
answered on 15 Sep 2011, 12:15 PM
Hello Pol,

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.

Best Regards,
Emanuel Varga
Tags
GridView
Asked by
Pol Pol
Top achievements
Rank 1
Answers by
Emanuel Varga
Top achievements
Rank 1
Share this question
or