Dear Team,
We have a DataSource in which for one filed we have a value map as below.
We have created a Dynamic Form in which one of the Form Item is a drop down with the above shown values.
Now we have requirement to show the values according to the ID number not according to the value.
ie., the values are coming according to the Alphabetical Order as follows
But we want them according to the ID's in the value map defined as shown below
Please let us know the solution for this.
Hope for your reply soon.
We are working on the below environment:
SmartClient version : Isomorphic SmartClient/SmartGWT Framework (10.0p_2014-12-23/PowerEdition Deployment 2014-12-23)
Browser : IE9
Thanks in advance.
We have a DataSource in which for one filed we have a value map as below.
Code:
<valueMap> <value ID="1">Pens & Pencils</value> <value ID="2">Stationery</value> <value ID="3">Computer Products</value> <value ID="4">Furniture</value> <value ID="5">Misc</value> </valueMap>
We have created a Dynamic Form in which one of the Form Item is a drop down with the above shown values.
Now we have requirement to show the values according to the ID number not according to the value.
ie., the values are coming according to the Alphabetical Order as follows
Code:
Computer Products Furniture Misc Pens & Pencils Stationery
Code:
Pens & Pencils Stationery Computer Products Furniture Misc
Hope for your reply soon.
We are working on the below environment:
SmartClient version : Isomorphic SmartClient/SmartGWT Framework (10.0p_2014-12-23/PowerEdition Deployment 2014-12-23)
Browser : IE9
Thanks in advance.
Comment