Hi,
I have an asp.net project that uses the webexplorerbar... however, when I applied the latest service release, I noticed that this control now has bullets for each menu item that appears.
How do I get those off ?
I searched through the CSS classes, settings, etc... maybe I'm blind, and I'm hoping those can be removed.
Thanks for any help you can provide.
I am using infragistics 11.1 and VS2010. If i click on the carot image on the groupexpander , the page navigates to a new page with HTTP 403 "website declined to show this web page "error. Moreover if i click on the bullets of the parents item, its navigating to the same page "HTTP 403 website declined to show this web page" error. Please let me know if you guys have any resolution for this wierd behavior. I didnt face this issue in infragistics 10.3.
Thanks for looking into this.
Hi, there,
This issue was logged as a bug and resolved thus the fix would appear in the next service release!
Thanks a lot for your patience!
Sincerely,
I found a clue! If I look at the HTML delivered to the client, I can see that some of the classes for the HTML tags "ul" and "li" are not updated when you select a Theme. For instance, the class is listed to use "igeb_GroupContents" instead of "igeb_ElectricBlueGroupContents". This is why it works with the "Default" theme, because the classes are then correct. In FireFox, using the tool add-on FireBug, I changed the classes to include the "ElectricBlue" (ex. "igeb_ElectricBlueGroupContents" instead of "igeb_GroupContents", and the control displayed correctly.
So, now that the problem is found. How do we fix? I assume that the next verion, or support pack will resolve this, but can you suggest a work around until then?
I am having the same problem. In the AppStylelist application, all Explorer bars have bullets, except for Default. I looked at the various CSS classes and even modified them to use "list-style: none;" in the "GroupContents" and "Holder" categories. Still no luck. Has this been solved? Any more insight that you can share with the public?