Hi Isomorphic,
I'm using ListGrid.setCanAutoFitFields(true);
When I use the function all the fields get very small (data dependent). This is especially true for createRecordComponent-fields.
When I persist these via ListGrid.getFieldState() and restore these later, all my fields are very small (just as before).
I'd like a function that resets a ListGrid to what it has been on the 1st call (when no AutoFit and no FieldState were applied). Is that somehow possible?
I'd expect AutoFit to behave like this, but it does not. Do you have some advice here?
Thank you,
Blama
I'm using ListGrid.setCanAutoFitFields(true);
When I use the function all the fields get very small (data dependent). This is especially true for createRecordComponent-fields.
When I persist these via ListGrid.getFieldState() and restore these later, all my fields are very small (just as before).
I'd like a function that resets a ListGrid to what it has been on the 1st call (when no AutoFit and no FieldState were applied). Is that somehow possible?
I'd expect AutoFit to behave like this, but it does not. Do you have some advice here?
Thank you,
Blama
Comment