Dear Isomorphic,
I have a problem with ListGrid's FilterPanel's ComboBoxItem type filters. I need to force reload/fetch list data from server.
I tried:
- to call invalidateCache on the FilterBuilder's DataSource's (getFilterPanel().getDataSource().invalidateCache()).
- to set the DataSource setCacheAllData to false.
Have any method to do that?
Version: 12.0-p20190527
Thank you.
Best Regards,
Gábor
I have a problem with ListGrid's FilterPanel's ComboBoxItem type filters. I need to force reload/fetch list data from server.
I tried:
- to call invalidateCache on the FilterBuilder's DataSource's (getFilterPanel().getDataSource().invalidateCache()).
- to set the DataSource setCacheAllData to false.
Have any method to do that?
Version: 12.0-p20190527
Thank you.
Best Regards,
Gábor
Comment