Hi -
We are using MVC2, I was told one of my developer server side control i.e., UltraWebChart doesn't work well with .NET 4.0 and MVC2. Is it true? If not, Can you provide me a sample on how to render a graph on Mvc2.
- K. Sanker
There are some charting and graphing examples in this write up:
http://community.infragistics.com/blogs/craig_shoemaker/archive/2009/06/11/netadvantage-asp-net-in-asp-net-mvc.aspx
The issue is that these are the server controls, so they aren't made to work with ASP.NET MVC out-of-the-box. The example given above will show you what is possible with the controls we have now. We are working on providing client-only controls soon that better fit into the overall approach of MVC.