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

Filtering in nested DataSource behaviour changed

$
0
0
SmartGWT versión: v10.0p_2015-05-17/LGPL Development Only (built 2015-05-17)

Before updating to SmartGWT 5.0 all the ListGrid columns rendered as
Code:

ListGridField driverField = new ListGridField("driver", locale.driver());
driverField.setDataPath("driver/alias");

allowed us to filter that field typing an alias in the text field. Driver is a related DataSource. After update to 5.0 the text field and behaviour is replaced to "id: <text field>" (see image below) and filters over the id. Why is this happening? How can I get back to previous behaviour in actual version?

Best regards

Attached Images
File Type: png Filter.png (4.9 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles