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
As illustrated above, make a grid with an editor on a text column. Click the column, change the value, save the change. The change gets PUT to the REST server. Now click to edit again. The edit box shows the original value!
BUT this doesn't happen if you wrap the JsonRest in a Cache. Nor does it happen if you turn off getBeforePut, which is my workaround of choice at present.
The text was updated successfully, but these errors were encountered:
As illustrated above, make a grid with an editor on a text column. Click the column, change the value, save the change. The change gets PUT to the REST server. Now click to edit again. The edit box shows the original value!
BUT this doesn't happen if you wrap the JsonRest in a Cache. Nor does it happen if you turn off
getBeforePut
, which is my workaround of choice at present.The text was updated successfully, but these errors were encountered: