UI components sometimes not updated

Sometime when i have made changes to some UI on table columns width/columns ordering and deploy the changes, the UI is not updated in the application. I have problem finding out how to resolve the problem. Appreciate any help.

On further testing, it seems the UI is updated if i login with a different user. If i login back with the original admin user, the UI is again not updated to column width/order of the latest screen layout. Strange?

Hi David,

you may take a look at the entity inspector (Administrator > Entity inspector) and look at the user UserSetting entity. Probably there is a saved configuration for admin and the corresponding screen, correct? In this case there is just some caching going on for the screen, so you can just erase this instance of the UserSettings entity.

Bye,
Mario

Thank you very much, Mario.

Will do as suggested the next time it happens again.