Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


Setting .NET DropDownList to Enabled = False Turns Page Gray
Issue:

You have a .NET DropDownList on a page, and you set it's Enabled property to False (disabled)
(OR you have a plain HTML Select list with disabled=disabled on it, which is what .NET renders).

On a Samsung Galaxy Tablet, the remainder of the page body is subsequently turned light gray, the same color as the dropdown list.

Workaround:
Don't disable dropdown lists in .NET if your users might be on a tablet. Instead set Visible to False. Or remove all items except the one you want selected.

Created By: amos 10/9/2014 5:41:07 PM
Updated: 10/9/2014 5:56:34 PM