SmartClient Version: v10.1p_2015-12-18/Pro Deployment (built 2015-12-18)
I have a ListGridField with a optionDatasource.
My problem is that this ListGridField sometimes have values that are not present in the picklist fetched from the optionDatasource.
FetchMissingValues requests are only sent when I actually enter the editor for the field, and the values are not saved to the displayMap so when I exit the editor it goes back to showing the underlying value.
I cant figure out how to distinguish between a fetch request for the displayMap and one for the picklist. It that even possible?
I guess I want to somehow return all the display values in the initial fetch (from ListGrid.autoFetchDisplayMap) and only a subset of the values when fetching for the picklidt.
I hope it makes sense, otherwise let me know and I will try to explain it better.
I have a ListGridField with a optionDatasource.
My problem is that this ListGridField sometimes have values that are not present in the picklist fetched from the optionDatasource.
FetchMissingValues requests are only sent when I actually enter the editor for the field, and the values are not saved to the displayMap so when I exit the editor it goes back to showing the underlying value.
I cant figure out how to distinguish between a fetch request for the displayMap and one for the picklist. It that even possible?
I guess I want to somehow return all the display values in the initial fetch (from ListGrid.autoFetchDisplayMap) and only a subset of the values when fetching for the picklidt.
I hope it makes sense, otherwise let me know and I will try to explain it better.
Comment