Hi,
there is a bug in SelectItem. When I set
This result in blank selection. When I expand the selection then the Select item correctly check selected values and the value field get filled as well.
I use smartGWT 2011-06-09 tested on Firefox 4.0.1, IE9.0.8112 with and withou compatibility mode.
there is a bug in SelectItem. When I set
Code:
dynamicFlag.setOptionDataSource(DataSource.get("brancheFlagDS"));
dynamicFlag.setAlwaysFetchMissingValues(true);
dynamicFlag.setValueField("id");
dynamicFlag.setDisplayField("name");
dynamicFlag.setPickListFilterCriteriaFunction(new FormItemCriteriaFunction() {...});
dynamicFlag.setMultiple(true);
dynamicFlagItem.setValues(String[]);
I use smartGWT 2011-06-09 tested on Firefox 4.0.1, IE9.0.8112 with and withou compatibility mode.
Comment