Hi,
I have a grid which has showAllColumns to true, the user can make about 20 columns visible, when he/she does that then I noticed that if the user enters a filter value in one of the first columns and then scrolled to the right and then filtered on another column. That the filter value of the first column was lost.
After a lot of debugging it showed that the first column was not present anymore in the field list of the filtereditor (when putting a breakpoint).
The solution was to also set showAllColumns to true for the filtereditor. This is easy, but I think it is better that the filtereditor 'gets' the same value for showAllColumns as the owning grid.
gr. Martin
I have a grid which has showAllColumns to true, the user can make about 20 columns visible, when he/she does that then I noticed that if the user enters a filter value in one of the first columns and then scrolled to the right and then filtered on another column. That the filter value of the first column was lost.
After a lot of debugging it showed that the first column was not present anymore in the field list of the filtereditor (when putting a breakpoint).
The solution was to also set showAllColumns to true for the filtereditor. This is easy, but I think it is better that the filtereditor 'gets' the same value for showAllColumns as the owning grid.
gr. Martin
Comment