ReadOnly ComboBox

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Hi to all

How can I make a ComboBox readonly ?
Enabled = false and DropDownStyle = DropDwnList
are not solutions for me.

Thank you
Dan
 
Thank you for your answer.
My problem is how to stop dropdown with mouse click if DropDownStyle =
DropDwnList
and Enabled = true ?

Dan
 
You have to script client side... (I think)
Dan said:
Thank you for your answer.
My problem is how to stop dropdown with mouse click if DropDownStyle =
DropDwnList
and Enabled = true ?

Dan
 
Back
Top