In table view, if the user changes data in a field, then clicks on another record (as opposed to tabbing out of the field), the method triggers on the destination record, not the record in which the data was changed.
Can this be changed?
In table view, if the user changes data in a field, then clicks on another record (as opposed to tabbing out of the field), the method triggers on the destination record, not the record in which the data was changed.
Can this be changed?
which version of servoy are you using?
I can’t reproduce this with the 2.2b3 version (or the new 2.2b4 which is just around the corner)
I have a textfield with a ondatachange and i print hte value of the dataprovider under the element.
I always see the right changed value of the right record..