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
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
Before updating to SmartGWT 5.0 all the ListGrid columns rendered as
Code:
ListGridField driverField = new ListGridField("driver", locale.driver());
driverField.setDataPath("driver/alias");Best regards