OnClientNodeChecking
handler.Hello Telerik Team,
I am using a RadTree on my page however some of the nodes are to long and makes the page extremely long.
Please advise is there way to add scrolling or paging technique to the node that needs it.
Your prompt response is highly appreciated.
Thanks and regards,
Maged
| <telerik:RadAjaxManager runat="server" ID="RadAjaxManager1"> |
| <AjaxSettings> |
| <telerik:AjaxSetting AjaxControlID="medarbejderinput"> |
| <UpdatedControls> |
| <telerik:AjaxUpdatedControl ControlID="mylabel" LoadingPanelID="LoadingPanel1" /> |
| <telerik:AjaxUpdatedControl ControlID="medarbejderinput" LoadingPanelID="LoadingPanel1" /> |
| </UpdatedControls> |
| </telerik:AjaxSetting> |
| </AjaxSettings> |
| </telerik:RadAjaxManager> |
| <div id="actionfooter" class="actionfooter" runat="server"> |
| <div> |
| <asp:Button CssClass="buttons" ID="btnSave" runat="server" Text="Save Changes" /></div> |
| <div> |
| <input class="buttons" id="Reset1" type="reset" value="Reset" /></div> |
| <div> |
| <asp:Button CssClass="buttons" ID="btnDelete" OnClientClick="return confirm('Are you sure you want to delete this user?');" |
| runat="server" Text="Delete User" /> |
| </div> |
| </div> |
Hi,
Where is data stored related to culture settings for radgrid. Please explain me how it works and where it is stored on client machine.
How can we cached them to use thoughout the application request.
Regards
Devanand Jha

Hi ,
I am facing one problem in IE.
I have used RadTimePicker in My Application.
<telerik:RadTimePicker ID="txtOpenTime1" runat="server" TimeView-StartTime="06:00"
TimeView-EndTime="23:30" TimeView-Interval="00:30" TimeView-TimeFormat="hh:mm tt"
TimeView-ShowFooter="true" DateInput-EmptyMessage="Open Time" Width="100px">
<TimeView RenderDirection="Vertical">
</TimeView>
</telerik:RadTimePicker>
Now When I click on Time Icon and select time from it then it returns back the value but it lost its position and scrolls back to top of Page so again I have to scroll down and select to Time and again same thing happens.
Is there any way to overcome this Problem.
Please replay ASAP.
| ScriptManager.GetCurrent(this.Page).RegisterPostBackControl(toolbar); |
| <telerik:AjaxSetting AjaxControlID="treeview"> |
| <UpdatedControls> |
| <telerik:AjaxUpdatedControl ControlID="toolbar" /> ... |
| </UpdatedControls> |
| </telerik:AjaxSetting> |