cuba.defaultFetchUI or How to set the default generic filter to more than 50 rows.

I have found the cuba.defaultFetchUI setting but this does not seem to change the default Show Rows from 50. How can this be done?

It seems to work after restarting the application. Is it possible the application needs to be restarted for the cuba.defaultFetchUI setting to take effect?

Hi Thomas,

These properties are cached additionally on the client tier, so after changing them at runtime go to Administration > JMX Console, find the app.cuba:type=CachingFacade JMX Bean and invoke its clearPersistenceManagerClientCache() method.

Worked like a charm. Thanks for the info.