I have 2 bound ComboBoxes. I want the datasource of the second to be limited
by the selection made in the first. I can do this by responding to the
SelectionIndexC hanged event on the first, but this results in the
BindingContext' s Current.Row.Row state becoming 'Modified' whenever the
BindingContext position changes. What is the RIGHT way to go about this?
Thanks,
--
Pat
by the selection made in the first. I can do this by responding to the
SelectionIndexC hanged event on the first, but this results in the
BindingContext' s Current.Row.Row state becoming 'Modified' whenever the
BindingContext position changes. What is the RIGHT way to go about this?
Thanks,
--
Pat
Comment