Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
Need to get XHTML source of UltraChart, in Infragistics 8.2 Version of 3.5 FrameWork
posted

H,

 

I am using Infragistics version 8.2 in VS 2008(3.5 framework) for designing UltraChart control.  when i drag and drop the UltraChart control into my design view and select the composite wizard to designing the chart.  while designing i added ChartAreas, Axes, Data and ChartLayers items and click on finish button.  After doing that i need to get the XHTML in my design view, but i did not get any XHTML code in my design source view. But in the infragistics samples ie http://samples.infragistics.com/2008.2/webfeaturebrowser/default.htm  charting->composite chart i am able to see the XHTML for the composite chart.

I tried to do the above in, creating the WebApplication and  in creating the WebSite, but i did not get the desgin source.

could you please help me out in this regards

Thanks in Advace

Sreeni 

 

 

 

Parents
  • 19308
    posted

    Sreeni,

    The VisualStudio design surface does not provide you with XHTML of webcontrols.  You can see the ASPX which is the declarative format used to define the control, but not the underlying HTML that will be emitted to the browser.  If you view the page in the browser, you can get the (X)HTML source.  I'm not really sure what you're trying to accomplish or exactly what you need.  Can you be a little more specific?  What about the CompositeChart example do you need to copy?  Can you paste what it is from the composite chart example that you're able to get, along with what you get when you perform the same steps with your own sample website?  It's just a little hard to follow without knowing what exactly I'm looking for.

    Thanks,

    -Tony

Reply Children