I seem to not be able to send a simple criteria to filter my treeGrid.
supervisorTreeGrid.filterData({ active : "y" });
When called this gives the error:.
DSRequest for DataSource 'supervisorTree' contained AdvancedCriteria, which the DataSource does not support
I have a license for SmartClient Pro so if I edit the datasource and set allowAdvancedCriteria:true I get a license error.
How do I correctly construct a simple criteria? The above call seems pretty simple to me.
Using the builtin server from: SmartClient Version: v11.0p_2017-04-26/Pro Development Only (built 2017-04-26)
supervisorTreeGrid.filterData({ active : "y" });
When called this gives the error:.
DSRequest for DataSource 'supervisorTree' contained AdvancedCriteria, which the DataSource does not support
I have a license for SmartClient Pro so if I edit the datasource and set allowAdvancedCriteria:true I get a license error.
How do I correctly construct a simple criteria? The above call seems pretty simple to me.
Using the builtin server from: SmartClient Version: v11.0p_2017-04-26/Pro Development Only (built 2017-04-26)
Comment