We are binding most of our text boxes and dropdown boxes to a BINDING NAVIGATOR (with a DATA SOURCE of a DATA TABLE).

When the BN is clicked through the text boxes all change immediately.

We need to use some non-bound controls as well.

First one is 4 radio buttons that when clicked will change a single value in a DATA TABLE.

What would be the best method to do this? Should I track when the CURRENTCHANGED event occurs on the BINDING NAVIGATOR.

I'm thinking that I could trick this by BINDING the SINGLE FIELD to a HIDDEN TEXTBOX and when that textbox CHANGED event occurs mess with the radio buttons and visa-versa.

Does that seem too crazy?