Changing the value of datagridComboBoxColumn on checking/unchecking of check boxes in datagridcheckb

Posted by MD on Stack Overflow See other posts from Stack Overflow or by MD
Published on 2010-04-14T05:21:12Z Indexed on 2010/04/14 5:43 UTC
Read the original article Hit count: 164

Filed under:
|
|

I have a wpf data grid,where there are two data template columns One of which ahs check box as the data template adn teh other has combo box as the data template.

Now my requirement is,i need to disable few of the options in the combo boxes depending on the check box checked or unchecked for each individual rows...

With the cod etaht i ahve tried,i am able to change teh values of teh combo boxes,but it changes for the whole column and not fro individual rows..

Please let me kneo how to determine the combo boxes for the corresponding check boxes in a particular row.

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf