I developed a user control that implements IBusinessBindable interface. The control has one textbox and bunch of buttons. Textbox text is a bindable property, and it's exposed through a custom property IndexText. The control DataSourceUpdateMode is set to DataSourceUpdateMode.OnPropertyChanged (see control code snippet below)
Everything works, but when user clicks on the textbox without changing anything, the BO states becomes Dirty. How can I get arround that?
string
{
}
_indexText =
syntaxEditorIndexText.Text = _indexText;
#region
[
_BindingUpdateMode =
_BindingField =
_BindingFormat =
_BindingProperty =
_BusinessObject = (
_IgnoreManageUIReadOnlyState =
#endregion