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:
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?