You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default behavior of SelectEditor when GridModel.fullRowEditing and Select.enableMulti are false is to stop editing on commit so that the user does not have to take additional action to blur the input. However, the new value is not getting picked up by the event passed to agOptions.onCellValueChanged, resulting in the event's newValue remaining the same as its oldValue. This was seen while testing a client app and seeing the newly selected value from the select editor revert to the original value.
The text was updated successfully, but these errors were encountered:
The default behavior of
SelectEditor
whenGridModel.fullRowEditing
andSelect.enableMulti
are false is to stop editing on commit so that the user does not have to take additional action to blur the input. However, the new value is not getting picked up by the event passed toagOptions.onCellValueChanged
, resulting in the event's newValue remaining the same as its oldValue. This was seen while testing a client app and seeing the newly selected value from the select editor revert to the original value.The text was updated successfully, but these errors were encountered: