Completed
Last Updated: 20 Feb 2014 16:09 by ADMIN
ADMIN
Julian Benkov
Created on: 04 Jan 2012 03:52
Category: Buttons
Type: Bug Report
4
FIX. ToggleState property does not work properly in two way simple data binding
Notification and changes not send from control to bound object when ToggleState value is changed from RadCheckBox user input.


RESOLUTION: Use the new property named CheckState for simple data-binding scenarios. This property behave in same way as ToggleState but can be used in simple-data binding scenarios. Also, consider the corresponding events named:

CheckStateChanging and CheckStateChanged event.

 
0 comments