Radiobuttons binding
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, i'm having a problem with binding radiobuttons to bool properties of my own build class. My class has 3 bool properties which are bound each to one radiobutton the Checked property. The 3 buttons are on the same panel so only one can be checked. But it seems that selecting one of the radiobuttons has no effect. When i select one and go to another field/textbox) it jumps to the original value. All other bindings to textboxes and checkboxes are good. i'm working with VS2005, Dotnet 2.0. Does anyone has any idea what goes wrong ? :confused: Thx Kurt