ComboBox watermark problem.

0
0

When add combobox on page as style dropdownlist after  watermark dont visible

Thanks

 

  • You must to post comments
0
0

The watermark (or placeholder) is only available for editable controls in the browser. When the combobox is a DropDownList it’s not editable so the watermark doesn’t work. If you set the ComboBox.ReadOnly = true instead and leave the style to DropDown you should get the watermark.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.