I have a ComboBoxItem added to DynamicForm.
I set fetchMissingValues=true, autoFetch=false
Also the ComboBoxItem has displayProperty and valueProperty.
When I set value to the combobox with a record containing attributes for display and value properties, no value rendered at the combobox and it appears empty and this warning messages logged at developer console "FetchMissingValues - filterLocally is false yet optionDataSource fetch included records that do not match our current data value. Ignoring these values."
After investigations i found that, when set fetchMissingValues=true combobox tries to fetch the the record i already set as value with extra request, i handled the fetch request from server side to return the record from server expecting that when the fetch request returns correct response the value will appears at combobox.
But this doesn't happens and i still have same warning logged at developer console
I need to know what is missing to make values appears on combobox item, appreciating your kind feedback
Regards,
SmartClient Version: v9.0_2013-07-03/LGPL Development Only (built 2013-07-03)
I set fetchMissingValues=true, autoFetch=false
Also the ComboBoxItem has displayProperty and valueProperty.
When I set value to the combobox with a record containing attributes for display and value properties, no value rendered at the combobox and it appears empty and this warning messages logged at developer console "FetchMissingValues - filterLocally is false yet optionDataSource fetch included records that do not match our current data value. Ignoring these values."
After investigations i found that, when set fetchMissingValues=true combobox tries to fetch the the record i already set as value with extra request, i handled the fetch request from server side to return the record from server expecting that when the fetch request returns correct response the value will appears at combobox.
But this doesn't happens and i still have same warning logged at developer console
I need to know what is missing to make values appears on combobox item, appreciating your kind feedback
Regards,
SmartClient Version: v9.0_2013-07-03/LGPL Development Only (built 2013-07-03)
Comment