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.