[CLOSED] ComboBox

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] ComboBox

    Hi team,

    need your help, as per the requirement i have to remove drop down arrow icon ( as per some values coming from database), i got a code from forum "this.ddlVoc.Call("getTrigger(0).hide")" and its working.

    Similarly i have to set select able to false, is there any such code, i tried setting code behind but its not happening if i am trying to set any value from code behind and then calling select able = false.

    please help.


    regards,
    Prasoon
    Last edited by Daniil; Oct 07, 2015 at 12:25 PM. Reason: [CLOSED]
  2. #2
    hi dear,

    do you mean not to select the value from combo box?
    if it is.. just disable that combo box. i tried and succeed

    cmbID.disbale(); //from client side same as server side
    Last edited by Daniil; Oct 06, 2015 at 11:22 AM. Reason: Please use [VAR] tags
  3. #3
    Thank you sateeshdasarikapil, i tried this but in this case droup down value is blur in IE but its clear in firefox, do you know css which need to override on disabling dropdown.

    Name:  Capture.PNG
Views: 73
Size:  610 Bytes
  4. #4
    Hi...
    Try this one . cmbMobilizationPerc.setReadOnly(true);

    It may overcome your problem
    Last edited by Daniil; Oct 07, 2015 at 12:25 PM. Reason: Please use [VAR] tags
  5. #5
    cool its working :), thanks a lot.

    please close this thread.

Similar Threads

  1. Replies: 5
    Last Post: Mar 15, 2013, 4:24 AM
  2. Replies: 4
    Last Post: Nov 30, 2011, 5:25 AM
  3. Replies: 4
    Last Post: Sep 28, 2011, 8:57 AM
  4. [CLOSED] Combobox: How to remove the duplicate items in the combobox?
    By csssi_coolite in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 09, 2011, 9:34 AM
  5. Replies: 1
    Last Post: Apr 17, 2011, 1:21 PM

Tags for this Thread

Posting Permissions