Since Telerik Reporting does not handle XML data very well, I am trying to create a simple solution. I have some XML being returned as part of my data source. I also have a function that takes an XML String and a XPATH query String. I then loop through the nodes returned from the XPATH query and build an HTML table.
For some reason the HTML TextBox is converting my HTML Table at runtime to a simple DIV element. Is there any way around this?
Thanks very much for your help.
For some reason the HTML TextBox is converting my HTML Table at runtime to a simple DIV element. Is there any way around this?
Thanks very much for your help.