Hi,
isc.version == "v12.0p_2018-07-07/LGPL Deployment";
I have a ListGrid with:
showRecordComponents: true,
showRecordComponentsByCell: true,
recordComponentPoolingMode: "recycle"
Record components are created for particular column to work as always visible advanced editor (for some reason I could not use custom editor when I was implementing that - probably to have better control over icons) - they are simple DynamicForms editing the record over which they are drawn.
In 11.1 everything works ok, but in 12.0 components are destroyed as new verison of record is returned from the server..
By setting component.dontAutoDestroy = true I was able to stop components from being destroyed, but they are cleared anyway, so the result is similar - components are hidden for every row edited.
Best regards,
Janusz
isc.version == "v12.0p_2018-07-07/LGPL Deployment";
I have a ListGrid with:
showRecordComponents: true,
showRecordComponentsByCell: true,
recordComponentPoolingMode: "recycle"
Record components are created for particular column to work as always visible advanced editor (for some reason I could not use custom editor when I was implementing that - probably to have better control over icons) - they are simple DynamicForms editing the record over which they are drawn.
In 11.1 everything works ok, but in 12.0 components are destroyed as new verison of record is returned from the server..
By setting component.dontAutoDestroy = true I was able to stop components from being destroyed, but they are cleared anyway, so the result is similar - components are hidden for every row edited.
Best regards,
Janusz
Comment