V
Valentin
I have databind a textbox to a datacolumn that happen to be an
expression.
Strangely enough, when the calculated expression value changed, it
does not seems to update the textbox. Is it bug ?
I have tried to trap the changed event on the column but because it is
an expression, I never receive the changed event.
I've trapped the row and column event on the datatable and the
dataview and force a textboxInvalid, but it does not seems to refresh
either.
Unless I manually clear the databinding and recreate, the textbox.Text
is never refreshed.
I've added a test datagrid to the the form and bind it to the
datatable containing the expression, and it is updated when using the
datagrid1.Invalid().
Any idea ?
expression.
Strangely enough, when the calculated expression value changed, it
does not seems to update the textbox. Is it bug ?
I have tried to trap the changed event on the column but because it is
an expression, I never receive the changed event.
I've trapped the row and column event on the datatable and the
dataview and force a textboxInvalid, but it does not seems to refresh
either.
Unless I manually clear the databinding and recreate, the textbox.Text
is never refreshed.
I've added a test datagrid to the the form and bind it to the
datatable containing the expression, and it is updated when using the
datagrid1.Invalid().
Any idea ?