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

Telerik Treeview events problem in DotnetNuke

1 Answer 57 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
sameer
Top achievements
Rank 1
sameer asked on 28 Sep 2010, 01:44 PM
Hi ALL, This i sameer

I am using telerik tree view in DotnetNuke Application. And i am writing NodeClick event in Code behind. This Event NOT Fire in DOtnetNuke Application. Cuz i disign page i wriiten code like this:

<

 

telerik:RadAjaxManager runat="server" ID="radAjax" DefaultLoadingPanelID="RadAjaxLoadingPanel1">

 

 

<AjaxSettings>

 

 

<telerik:AjaxSetting AjaxControlID="RadTreeView1">

 

 

<UpdatedControls>

 

 

<telerik:AjaxUpdatedControl ControlID="RadTreeView1" />

 

</UpdatedControls>

 

 

</telerik:AjaxSetting>

 

 

</AjaxSettings>

 

</

 

telerik:RadAjaxManager>

IF i comment above code then event will work and it'll happen postback with page load status bar.
I want this to be happen witout happen to show status bar.
How to implemt tihs corretly in nodeclick event for treeview controls.

Thanks in Advance

 

1 Answer, 1 is accepted

Sort by
0
Nikolay Tsenkov
Telerik team
answered on 01 Oct 2010, 08:39 AM
Hi sameer,

Could you, please, post the handler of NodeClick event?
Thanks!

I guess the event fires, but you probably have some code, depending on full page lifecycle.

Hope that soon we will resolve the problem!


Regards,
Nikolay Tsenkov
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
TreeView
Asked by
sameer
Top achievements
Rank 1
Answers by
Nikolay Tsenkov
Telerik team
Share this question
or