I am using SmartClient Power version 9.0.
I have a SelectItem and use the following parameters:
The issue is that addUnknownValues does NOT work.
The value in the field is NOT existing in the option list - and according to documentation the flag should add it to the option list?
Is this a known issue?
Please help.
I have a SelectItem and use the following parameters:
Code:
optionCriteria: cvarObjAdvancedCriteria, optionDataSource: "datasource_name", addUnknownValues: false, Note: var cvarObjAdvancedCriteria = {company_id: 2, status_cd: "Active"};
The value in the field is NOT existing in the option list - and according to documentation the flag should add it to the option list?
Is this a known issue?
Please help.
Comment