-
Is there any control that allows us to show Xml data as-is and allow user to browse through Xml data I tried HtmlPanel but it does not recognize Xml as Xml and treating it just like Html. Is there any control like that shows Xml to user as-is and allow user to browse through Xml data (Like they can do through regular Browser). I can dump all Xml into Text box -But this won't allow user to collapse/expand tags etc. But this is the only option I can think of as of now. Please help.
-
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.
-
It should be possible to create multiple HtmlPanel objects from your application; each is managed independently.
-
Hi Eduardo, Which version of Firefox are you using? Does our Opacity demo fail to work on your machine as well?
-
Hi,
Opacity Property not response in Firefox...
Thanks for All!
Eduardo Arenas
Infonis S.L.
-
Hi,
It posible create one grid with multiples HTMLPanel Controls?
Thanks for all!
Eduardo Arenas
Infonis S.L.