Hi,
experiencing quite same issue on platform Version 10.0.405.0
I have a combobox inside an editable table. When I change value of the combo and click save OnRowSave method fires. Debug shows that variable bound to the combo always holds first value of the source record list.
Widget object is empty.
Maybe same issue? Was solved in later versions?
Use the variable of the editable table, and do the following use a function , follow the images:
or the special variable:
Apply css
.EditableTable .OnEdit select:not(.InEditMode), .EditableTable .OnEdit input:not(.InEditMode) { border: 1px solid #cccccc !important; background: white !important; }
I hope it helps