I have noticed that checking a checkbox does not immediately update the datasource. It isn't until I click on another control that the databinding occurs.
This seems inconsistent with how the standard winforms controls behave.
What is the most normal way of duplicating the standard behavior?
1 Answer, 1 is accepted
0
Accepted
Peter
Telerik team
answered on 04 Nov 2011, 12:29 PM
Hello Brian,
By default .NET Simple data binding updates the bound values on OnValidatng event.
You can set .NET Simple data binding to update the values on OnPropertyChanged event:
For example:
Q2’11 SP1 of RadControls for WinForms is available for download (see what's new); also available is the Q3'11 Roadmap for Telerik Windows Forms controls.