|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Detecting ComboBox change in a DataGridI 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 Use the AddHandler method.
-- Show quoteHide quote( OHM ) - One Handed Man AKA Terry Burns - http://TrainingOn.net <nyk52***@gmail.com> wrote in message 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 > |
|||||||||||||||||||||||