Home All Groups Group Topic Archive Search About

Detecting ComboBox change in a DataGrid

Author
17 Apr 2006 8:39 PM
nyk52687
I have a DataGrid with a ComboBox as one of the columns. When the value
is changed, I want to be able to load values based on that from a
database into other columns on the DataGrid. How can I go about doing
this?

Chris

Author
18 Apr 2006 6:07 AM
OHM ( One Handed Man )
Use the AddHandler method.

--
( OHM ) - One Handed Man
AKA Terry Burns - http://TrainingOn.net

<nyk52***@gmail.com> wrote in message
Show quoteHide quote
news:1145306388.910003.124640@e56g2000cwe.googlegroups.com...
>I have a DataGrid with a ComboBox as one of the columns. When the value
> is changed, I want to be able to load values based on that from a
> database into other columns on the DataGrid. How can I go about doing
> this?
>
> Chris
>