Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2085
Cascading ComboBoxColumns in XamGrid
posted

Hello,

I have a XamGrid with 2 ComboBoxColumns.  I set their ItemSource in my c# codebehind.  I need to allow the ComboBoxes in the columns to cascade, meaning when I select a value in ComboBox1 then ComboBox2 is populated based on what was selected in ComboBox1.  This would be similar to a State and City comboboxcolumn scenario.

Select State in ComboBox1 which fires an event to populate ComboBox2 with only the cities that are contained in that state.

How can I do this?