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

Persisting nodes on postback

1 Answer 41 Views
OrgChart
This is a migrated thread and some comments may be shown as answers.
Al
Top achievements
Rank 1
Iron
Iron
Iron
Al asked on 04 Nov 2015, 08:42 AM

Hi,

Is there a way to keep an org chart populated after an ajax postback? if there is any ajax action on my page I lose the org chart and need to populate every time outside of !IsPostBack.

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 06 Nov 2015, 04:36 PM
Hello,

If you are populating the RadOrgChart programmatically you have to do it on every postback. As an alternative you can bind it to an SqlDataSource, which will not require populating the control in the Page_Load handler.

Regards,
Ivan Danchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
OrgChart
Asked by
Al
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Ivan Danchev
Telerik team
Share this question
or