How can I have a value commited on change in a DG
Hello again,
I am trying ti figure out how to overide the default behavior of the DataGrid.
I have a Grid that has a column containing numeric steppers as
renderers/editor.
next to this I have a column showing the % change between the original value
and the stepper value.
Currently the change column updates after the value commits which is the
standard behavior.
What I want is for the change column to update as the stepper is incremented.
Any ideas on how I might do this is greatly appreciatted.
|