-
Hi Rodney, HtmlPanel utilizes native DIV and IFRAME DOM elements of the browser. Unfortunately, this means that they effectively sit on top of the Silverlight plugin, covering everything below. A common solution is to implement your drop-down controls (or the entire toolbar that contains them) as a separate Silverlight application that sits on top of the one containing the HtmlPanel by explicity setting the CSS z-index property for each application plugin instance. The two applications talk to each...
-
Hi - I am trying the html panel but am running into a problem that someone here might be able to help me with.
I have several dropdown combo boxes sitting above the HTMLPanel, and when they drop down, their content is hidden behind the htmlpanel rather than displayed over the top of it.
Is there a way to ensure that silverlight controls, such as the combo boxes, are displayed on top of the htmlpanel?
Regards
Rodney Lane.
-
Hi- I am trying to style a gride using css but there seems to be injected syle information overwriting what I specify in the CSS file. In the sample below I am setting the DataCellCSS but I am still geting injected sytle information overwriting what is set in CSS Do I have to create a templete? ShowTableHeading="false" ShowSelectorCells="false" HeadingRowCssClass="HeadingRow" HeadingCellCssClass="HeadingCellText" AlternatingRowCssClass="Alt" RowCssClass...
-
I've followed the live menu examples (in this particular case the MS Windows Vista demo code) in order to configure a custom menu with topgroup CSS definitions that should set the background and font color to be different from the menugroup. However the grid is not conforming to the CSS definition for the topgroup. I've tried numerous ways of getting it to do so with no luck. The .TopMenuItem definition is ignored, the font color is picked up from .MenuItem instead. This causes the topgroup...
-
Hi,
How do I make the component art calendar use images on the calendar so that it looks similar to the demo?
I understand how to use the css for the different selection, but not how it uses the images.
Please could somebody take the time to explain this to me as I find the supplied documentation for the kit seems to not have anything on this.
Thanks,
Barry