Hello,
What is the best way not to show the criteria that was used in the first fetchData() call? We need to filter the data initially based on a column that is visible and can also be filtered on, but the user shouldn't see the original criteria. The user can further narrow down the data set using the column though. It was working for us in SmartGWT 5 where AdvancedCriteria was using an operator different from the default, but it doesn't seem to be the case in SmartGWT 6.
What is the best way not to show the criteria that was used in the first fetchData() call? We need to filter the data initially based on a column that is visible and can also be filtered on, but the user shouldn't see the original criteria. The user can further narrow down the data set using the column though. It was working for us in SmartGWT 5 where AdvancedCriteria was using an operator different from the default, but it doesn't seem to be the case in SmartGWT 6.
Comment