DataBinding syncfusion integerbox

Hi, I have a form that has multiple inputboxes (doubletextbox, textbox etc) . Each text box is bound to a column on the current row of the datatable. Everything looks fine. A new requirement needs me to change one of the columns the the textbox is bound to as expression column (Lets say col1 = col2 + col3) . I would like to see the updated value of col1 as soon as col2 or col3 is modified. This should happen before endedit or canceledit is called. This doesnt seem to work for me. Any help would be great. thanks

1 Reply

AR Anupama Roy Syncfusion Team January 30, 2006 07:01 AM UTC

Hi Faraz, Sorry for the delay in response. Could you please try binding your integerTextBox that displays the expression column as shown below. BindingManagerBase manager = this.integerTextBox1.DataBindings["IntegerValue"].BindingManagerBase; manager.EndCurrentEdit(); Thanks, Anu.

Loader.
Up arrow icon