![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | Re: Dependent databinds (series of combos) Whoops...incorrect ItemsSource for the child; I was trying to see if Binding could do the XPath itself - it can't - and didn't replace with the working XAML. It should be: ItemsSource="{Binding ElementName=Grade, Path=SelectedItem, Converter={StaticResource XPathConverter}, ConverterParameter=./Subjects/Subject}" Where XPathConverter is a custom IValueConverter that has something like (but with some parameter checking): public Object Conver(Object value, Object parameter, CultureInfo culture) { return ((XmlNode) value).SelectNodes((String) parameter); } |
My System Specs![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Dependent dynamic dropdown lists-3 levels | VB Script | |||
| Anyone experiencing wheel problems in MS Wireless Laser mouse/keyboard combos? | Vista hardware & devices | |||
| Powershell and loading dependent assemblies | PowerShell | |||
| Application-dependent internet speeds | Vista networking & sharing | |||