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

Rad chart Dynamic Dissapear after click event

1 Answer 37 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Ulises
Top achievements
Rank 1
Ulises asked on 18 Dec 2008, 10:56 PM
Hi. I add many rad charts dynamically to my web site and i add a event chandler for each radchart. But when i click inside the rad chart, this dissapear and not preserve the state of my rad charts, the only one thing i can do is put in the page load event the function again. How i can preserve the state of the rad charts?? 

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 20 Dec 2008, 07:05 AM
Hello Ulises,

RadChart, as any other server control, is destroyed before the page is sent to the client. So, on subsequent postback, it should be re-created on the server. In case it is not in the .aspx page, you need to create it ni code-behind. You can try this with a simple Button control.

Greetings,
Ves
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Chart (Obsolete)
Asked by
Ulises
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or