Answered: Grid filter set to a default value, but the title is not bold
Answered: Grid filter set to a default value, but the title is not bold
Hallo,
I set the grid filter to a default value,but the title of the column is not instantly highlighted in bold as it should be normal,if a filter is set. Only when you click the arrow on the title,which leads to the menu, the bold title is shown.
Part of the code:
SearchColumnConfig ccStudy = new SearchColumnConfig("study", "Study", 100);
configs.add(ccStudy);
StringFilterExt fltStudy = new StringFilterExt("study");
fltStudy.setValue(studyForDetails);
filters.addFilter(fltStudy);
I hope you know what I mean and someone has an idea. I tried to fire some events, but nothing works.