Is it possible to completely disable client-side filtering in SmartGWT?
As I could read this is possible in SmartClient by setting useClientFiltering in result set, but as ResultSet API is not exposed in SmartGWT I am struggling to find the way how to do it in SmartGWT.
The reason we want to disable client filtering is because we want to support wildcards and exact search in filter editor and currently I cannot see if it is doable in SmartGWT.
As I could read this is possible in SmartClient by setting useClientFiltering in result set, but as ResultSet API is not exposed in SmartGWT I am struggling to find the way how to do it in SmartGWT.
The reason we want to disable client filtering is because we want to support wildcards and exact search in filter editor and currently I cannot see if it is doable in SmartGWT.
Comment