I have been unsuccessful getting to show a disabled item in a webdropdown as a different color when viewing with IE11. Example, I've created a simple page using the code example on the control help for disabling items (http://help.infragistics.com/doc/ASPNET/2015.2/CLR4.0/?page=WebDropDown_Disabling_Drop_Down_Items.html) and applied the similar Appletini theme. When testing the page in Google Chrome it works and I see the result just as shown in the help example. When testing the page in IE11 the disabled item (Singapore) has the same font attributes as each of the other enabled items therefore visually indistinguishable. It doesn't let you select the item as it shouldn't, so it just seems as if IE11 is having difficulty applying the .igdd_AppletiniListItemDisabled from the css. Is this possibly an issue unique to IE11 and/or how would the css need to be defined for the webdropdown to work in IE11 displaying the disabled items with alternate styles?
Hello,
Thank you for reporting this.
I will be looking into this matter for you. I will follow-up with you regarding my findings.
Best Regards,Marina Stoyanova,Software Developer,Infragistics, Inc.
I have investigated your case and it looks like a bug. I can suggest you the following workaround is overwriting the style like this:
.igdd_ListItemDisabled a{
color:#8d8d8d !important;
}
To ensure that this issue will receive attention, I have logged this behavior in our internal tracking system with a Development ID of 218363. A support case is created on your behalf with number CAS-172229-T7K4J4, so that you can be notified when the bug is fixed.
You can find your active cases under Account - Support Activity in our website. Select your ticket and go to Development Issues tab to view the status of related bugs.
Let me know if I may be of further assistance.
Best Regards, Marina Stoyanova, Software Developer, Infragistics, Inc.
Thank you for confirming the issue and yes your workaround works and will help as it is now.
I'm glad you found my suggestion helpful. In case you need further assistance or you have other questions, please let us know.
Best Regards,
Marina Stoyanova
Software Developer,
Infragisitcs, Inc.
The fix for development issue 218363 is available in the latest service release which can be downloaded from the My Keys and Downloads page.