Announcement

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

    Any pointers for Multi select drop down list?

    We have a requirement to have "Multiple select drop down". So user can click on drop down and he can multi select elements from it.

    Can you give some reference to implement such requirement? As this is a part of a search form which contains many values so i would like to use a form element. Reason because I can simply pass "Form" to fetchdata method and handle request params easily.

    Normal multiple select item feature shows a 3-4 rows scrollable list , which we don't want.



    Thanks
    Himanshu Kapil

    #2
    Already part of the framework in 8.0 - on a SelectItem with multiple:true set multipleAppearance:"picklist".

    Comment


      #3
      Originally posted by Isomorphic
      Already part of the framework in 8.0 - on a SelectItem with multiple:true set multipleAppearance:"picklist".
      Hello Isomorphic,

      We are using Smartclient - 7.0rc4PowerEdition. Can we get some patch for this select item with multiple feature if requested? Will we need to pay some additional fees if this patch is available? OR will we require to upgrade to SmartClient version 8?

      Please let us know.

      Thanks

      Comment


        #4
        New features aren't patches. You should upgrade to 8.0, implement the feature yourself, or ask Isomorphic to re-implement it for 7.0.

        Comment

        Working...
        X