Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable Datagrid shown as grey color

Status
Not open for further replies.

tofuTnT

Technical User
Jul 17, 2003
67
US
I have a DataGrid in my web form and when I disabled it by using
dgDetail.Enable = false
The color of header text was turned into grey and was barely readable (in IE only). I guess it has something to do with IE. is there any way to fix that?

Thanks

New York Desktop Support IT Network Setup Web Design Data Processing Windows 2000 Server
 
That is how a control displays to show that it has been disabled.
 
You can disable each item in the grid and not the whole grid itself. But that's a pain. to answer your question, theres nothing to fix. as jbenson001 said, it's grey so you know it's disabled period.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top