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

RadTreeView checkbox click disabled by RadAjaxmanager

1 Answer 36 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Terence
Top achievements
Rank 1
Terence asked on 18 Feb 2013, 09:12 AM
Hi,

I am using the Telerik Radtreeview with the checkbox nodes, which works fine until i implement the RadAjaxManager
to enable the export functions on the grid, then i am unable to click the checkboxes, but space ticks them? I generate
the Nodes Dynamically.

Heres a sample of my RadAjaxManager:
<telerik:RadAjaxManager ID="RadAjaxManager2" runat="server">
                <ClientEvents OnRequestStart="onRequestStart"></ClientEvents>
                <AjaxSettings>
                    <telerik:AjaxSetting AjaxControlID="grdUsers">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="grdUsers"></telerik:AjaxUpdatedControl>
                        </UpdatedControls>
                    </telerik:AjaxSetting>
                </AjaxSettings>
            </telerik:RadAjaxManager>

 

 

 

 

 


Any idea on how to fix this?

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 19 Feb 2013, 02:10 PM
Hello Terence,

Can you please provide more information on how to replicate the behavior that you get from our side? It would be very helpful for us if you can provide the exact steps and some sample code that demonstrates the problematic behavior. Thus we can inspect it locally and help you out in your particular scenario.

All the best,
Kate
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
TreeView
Asked by
Terence
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or