Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Default Order in a Form Item loaded from a Value Map

    Dear Team,


    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
    But we want them according to the ID's in the value map defined as shown below

    Code:
    Pens & Pencils
    Stationery
    Computer Products
    Furniture
    Misc
    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.
    Last edited by Abdulaziz A. ; 31 Dec 2015, 00:49. Reason: ordered code

    #2
    A gentle reminder.. we are waiting for your reply.

    Comment


      #3
      We are likewise waiting for a reply - your support lapsed and we have contacted you about renewing.

      Comment

      Working...
      X