This is a migrated thread and some comments may be shown as answers.

Wizard reset all the time

1 Answer 52 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 06 Jan 2012, 02:28 PM
I have a strange issue with working with the wizard to create some charts. Changing tab on the wizard seem to reset the chart completely and I need to repopulate the series. 
If I create a series I want and click OK or Apply and debug the solution I see the chart I wanted but then when I stop and restart it is reset. What causes this behaviour?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 11 Jan 2012, 10:38 AM
Hi David,

I am not really sure what could cause this. I tried to follow your description and I was able to run my page multiple times with the chart keeping its items. I was also able to run the wizard again and the items were preserved. Actually, the wizard generates markup like this:

<Series>
    <telerik:ChartSeries Name="Series 1" Type="Area">
        <Items>
            <telerik:ChartSeriesItem Name="Item 1" YValue="4">
            </telerik:ChartSeriesItem>
            <telerik:ChartSeriesItem Name="Item 2" YValue="4">
            </telerik:ChartSeriesItem>
            <telerik:ChartSeriesItem Name="Item 3" YValue="5">
            </telerik:ChartSeriesItem>
            <telerik:ChartSeriesItem Name="Item 4" YValue="4">
            </telerik:ChartSeriesItem>
        </Items>
     </telerik:ChartSeries>
...........

Can you see such markup generated?

Alternatively, you can configure the chart using the Visual Studio property grid.

Best regards,
Ves
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Chart (Obsolete)
Asked by
David
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or