How to make dropdownlist readonly?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bhappy
    New Member
    • Jul 2007
    • 139

    How to make dropdownlist readonly?

    Hai all,

    i want to make dropdown list to be read only. if i change the property dropdownlist.en abled=false then it is working fine but i can't able to read the text appearing in dropdown selected value.any sollution...... ....?

    Thanks,
    Aswath.
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Hi Aswath,

    You could set the background colour of the dropdownlist to something that contrasts better with the greyed out text.

    Or you could set each drop down list item to be Enabled = False except the item you want to display.

    Hope this helps,

    Dr B

    Comment

    • truthlover
      New Member
      • Dec 2007
      • 107

      #3
      Another option is to set Enabled=true, but set Locked=true

      Originally posted by DrBunchman
      Hi Aswath,

      You could set the background colour of the dropdownlist to something that contrasts better with the greyed out text.

      Or you could set each drop down list item to be Enabled = False except the item you want to display.

      Hope this helps,

      Dr B
      Last edited by Plater; Feb 20 '08, 03:30 PM. Reason: removed odd format tags

      Comment

      • mafaisal
        New Member
        • Sep 2007
        • 142

        #4
        Hello

        Change the Property of Dropdown style to DropdownList

        Faisal

        Originally posted by bhappy
        Hai all,

        i want to make dropdown list to be read only. if i change the property dropdownlist.en abled=false then it is working fine but i can't able to read the text appearing in dropdown selected value.any sollution...... ....?

        Thanks,
        Aswath.

        Comment

        • shirazatm
          New Member
          • Sep 2010
          • 1

          #5
          thanx

          thanx guys

          Comment

          Working...