Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Filterbuilder in nested DataSource field

$
0
0
Hi there,

We're using SmartClient Version: v9.0p_2013-07-14/LGPL Development Only (built 2013-07-14). We're testing the filterBuilder feature in our project and everything works fine when filtering simple fields. We have full support for AdvancedCriteria in the back-end. But when selecting a field that is a nested DataSource declared as this:

VehiculeDS.java

Code:

...

// Brand
DataSourceField brand = new DataSourceField();
brand.setName("brand");
brand.setTitle(locale.brand());
brand.setTypeAsDataSource(BrandDS.getInstance());

// other vehicule data
...

the filterBuilder doesn't show any textfield to write a value. I've tried to specify the valid operators but no success. In the Listgrid we're accessing the value via field.setDataPath() and works fine. Even the header filters work fine in this field using simple or advanced criteria. Any hint on this?

Best regards and thanks for you help

Viewing all articles
Browse latest Browse all 4756

Trending Articles