Hi,
I am using SmartGWT version 12.1-p20220107
.
I have implemented a custom implementation for filtering Combobox items by using setPickListFilterCriteriaFunction. Inside this, I am creating custom criteria. I want to use user typed-in values along with my custom criteria. Is there any way to get that value? I tried using getPickListFilterCriteria, but since its protected it throws error.
I am using SmartGWT version 12.1-p20220107
.
I have implemented a custom implementation for filtering Combobox items by using setPickListFilterCriteriaFunction. Inside this, I am creating custom criteria. I want to use user typed-in values along with my custom criteria. Is there any way to get that value? I tried using getPickListFilterCriteria, but since its protected it throws error.
Comment