Telerik Forums
UI for ASP.NET AJAX Forum
10 answers
546 views
Is it possible to set the radslider value through javascript.  What i am trying to achive is enter the value in the textbox then the slider should set based on the value in the textbox.
Slav
Telerik team
 answered on 30 Aug 2013
3 answers
79 views
Hello,

We have a TreeView that uses on demand loading with a web service.  When adding nodes to a large collection (300 to 1000) in Internet Explorer 8, we get the "Stop running this script?" message.

We have ShowLineImages disabled, set debug="false", PersistLoadOnDemandNodes set to false, per your suggestions for performance, but we still face the issue.

So I used setTimeout() to throttle the addition of nodes, but I still run into the error at around 1100 nodes.  Without that functionality, it will only add about 350 nodes.

While debugging, I've found that the cause of the error is RadTreeNodeCollection.add() client side, which iterates through the entire collection.  Is this neccessary?  Is there a workaround to adding a node without this iteration?

Not sure how to attach a sample project (only allowing images), but I've got one ready.

Thanks for any help!
Boyan Dimitrov
Telerik team
 answered on 30 Aug 2013
6 answers
808 views
We are using latest Telerik control with Office2007 Theme. We would like to change loading image of this Theme. How can we achieve this? Any css class we need to override or so?
Tarang
Top achievements
Rank 1
 answered on 30 Aug 2013
1 answer
62 views
Hello.  When I click into a combobox on the computer, an "x" shows in the right side of the box which allows me to clear the selection.  On the iPad this X does not appear. Is there a way to make it appear on the iPad as well?
Hristo Valyavicharski
Telerik team
 answered on 30 Aug 2013
3 answers
212 views
Hello

I am using an old version of RadGrid (2008 Q3) but I hope you will still be able to help.

I am trying to access the controls in my NoRecordsTemplate in the code behind but the code I have written is not fired. I am trying to access the template in the ItemCreated event

Protected Sub gridJourneys_ItemCreated(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridItemEventArgs) Handles gridJourneys.ItemCreated
     If TypeOf e.Item Is GridNoRecordsItem Then
 
         Dim norecordItem As GridNoRecordsItem = CType(gridJourneys.MasterTableView.GetItems(GridItemType.NoRecordsItem)(0), GridNoRecordsItem)
 
         Dim l As Label = norecordItem.FindControl("lblNoJourneys")
         l.Text = "hello"
         Throw New Exception("here")
     End If
 
 
 
 End Sub

Here is the template

<NoRecordsTemplate>
There are no journeys on this date.
         <asp:Label runat="server" ID="lblNoJourneys" />
     
</NoRecordsTemplate>

The label text is not set and the exception isn't thrown demonstrating that this code is not reached

Thanks in advance for any help you can provide
andieje
Top achievements
Rank 1
 answered on 30 Aug 2013
4 answers
140 views
I am using the predefined dialogs (radalert, radconfirm and radprompt) from the server methods RadAlert, RadConfirm and RadPrompt of the RadWindowManager.It is possible to set the behavior that pressing Escape will trigger the Cancel button and Pressing Enter will trigger the OK button even if the focus is out of the predefined dialogs.
Siva
Top achievements
Rank 1
 answered on 30 Aug 2013
0 answers
216 views
I have just updgraded to the new 2013 Q2 controls and in Visual Studio 2008 I no longer see the aps.net menu choice, which means I no longer see the upgrade wizard item.  How do I get it back?
Eric Klein
Top achievements
Rank 1
 asked on 30 Aug 2013
1 answer
149 views

I need to create a RadFormDecorator on the fly and add it to my page.
The FormDecorator also needs to skip a few types of controls for which I am using the ControlsToSkip property.
My code is as shown below

Dimfd = NewTelerik.Web.UI.RadFormDecorator()

fd.ID = "FormDecorator1"

fd.Skin = CStr(Session("SelectedSkin"))

 

fd.DecoratedControls = Telerik.Web.UI.FormDecoratorDecoratedControls.All

fd.ControlsToSkip = FormDecoratorDecoratedControls.Textbox

fd.ControlsToSkip = FormDecoratorDecoratedControls.Label

 

Form.Controls.Add(fd)



Now when I do this the fd.ControlsToSkip is only as good as the last control that is assigned to it. In the above scenario, when the form decorator gets added to the form, the controlsToSkip only contains the Label and not the TextBox.

When creating a formdecorator using the html markup we can specify multiple controls to skip using comma separated values, I was wondering how it can be done programmatically as well?

Thanks

Marin Bratanov
Telerik team
 answered on 30 Aug 2013
2 answers
56 views
I'm using the Q1 2013 version of RadControls and I'm having an issue with the sub-menus in the RadMenu not being aligned properly in IE 10. IE 10 is running in IE 10 browser mode and standard document mode.

I've noticed (from browsing these forums) there seems to be an issue with RadMenus, IE10, and iframes but I'm not sure if this is related.  I'm not getting any errors loading a resource file. Everything on the page below the RadMenu is in an iframe.

I attached a screenshot of the problem.

Matt
Top achievements
Rank 1
 answered on 30 Aug 2013
1 answer
145 views
Hi,

I am using Rad Tab Strip with Rad Multipage. Locally on my machine, Every tab l click is working fine. However when i move my code to live site, Rad Tab Click navigate me to a wrong URL. it append %23 at the end of url. I am not using Url functionality of tab strip. Here is the code:
<asp:ScriptManager ID="MainScriptManager" runat="server">
    </asp:ScriptManager>
<
telerik:RadTabStrip ID="MainTabs" runat="server" Width="99%" SelectedIndex="0" OnTabClick="MainTabs_TabClick"
                                MultiPageID="MainMultiPageView">
                                <Tabs>
                                    <telerik:RadTab PageViewID="EmployerTab" runat="server" Text="Employer Links">
                                    </telerik:RadTab>
                                    <telerik:RadTab PageViewID="ManagerTab" runat="server" Text="Manager Links">
                                    </telerik:RadTab>
                                    <telerik:RadTab PageViewID="EmployeeTab" runat="server" Text="Employee Links">
                                    </telerik:RadTab>
                                    <telerik:RadTab PageViewID="JobPostingTab" runat="server" Text="Job Posting Links">
                                    </telerik:RadTab>
                                </Tabs>
                            </telerik:RadTabStrip>
                            <telerik:RadMultiPage ID="MainMultiPageView" runat="server" Width="98.9%" SelectedIndex="0"
                                BorderStyle="Solid" BorderColor="#CCCCCC" BorderWidth="1px" BackColor="#FCFCFC">
                                <telerik:RadPageView ID="EmployerPage" runat="server">
                                    <table width="100%" border="0" cellpadding="0" cellspacing="0">
                                        <tr>
                                            <td align="left" valign="top">
                                                 
                                            </td>
                                        </tr>
                                        
                                    </table>
                                </telerik:RadPageView>
                                <telerik:RadPageView ID="ManagerPage" runat="server">
                                    <table width="100%" border="0" cellpadding="0" cellspacing="0">
                                        <tr>
                                            <td align="left" valign="top">
                                                 
                                            </td>
                                        </tr>
                                       
                                    </table>
                                </telerik:RadPageView>
                                <telerik:RadPageView ID="EmployeePage" runat="server">
                                    <table width="100%" border="0" cellpadding="0" cellspacing="0">
                                        <tr>
                                            <td align="left" valign="top">
                                                 
                                            </td>
                                        </tr>
                                        
                                    </table>
                                </telerik:RadPageView>
                                 
                            </telerik:RadMultiPage>
                            <telerik:RadAjaxLoadingPanel ID="MainAjaxLoadingPanel" runat="server" Height="100%"
                                Width="100%">
                                <asp:Image ID="LoadingImage" runat="server" AlternateText="Loading..." ImageUrl="~/hris/images/loading.gif">
                                </asp:Image>
                            </telerik:RadAjaxLoadingPanel>
                            <telerik:RadAjaxManager ID="AjaxManager" runat="server">
                                <AjaxSettings>
                                    <telerik:AjaxSetting AjaxControlID="MainTabs">
                                        <UpdatedControls>
                                            <telerik:AjaxUpdatedControl ControlID="MainTabs" />
                                            <telerik:AjaxUpdatedControl ControlID="MainMultiPageView" LoadingPanelID="MainAjaxLoadingPanel" />
                                        </UpdatedControls>
                                    </telerik:AjaxSetting>
                                </AjaxSettings>
                            </telerik:RadAjaxManager>

Is it a configuration problem or am i missing some thing.
Version of Telerik is : 2010.2.713.20
Any help would be highly appreciated.
Nencho
Telerik team
 answered on 30 Aug 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?