Completed
Last Updated: 09 Feb 2017 10:59 by ADMIN
ADMIN
Hristo
Created on: 10 Jan 2017 08:34
Category: Editors
Type: Feature Request
1
ADD. RadCalculatorDropDown - add ValueChanged event so that simple data binding can work two way
Workaround: use simple data binding with the editor and its Text property

this.radCalculatorDropDown1.CalculatorElement.EditorContentElement.TextBoxItem.DataBindings.Add("Text", testObject, "TestValue", false, DataSourceUpdateMode.OnPropertyChanged);
0 comments