Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
308 views
Hello Telerik Team,

I am a newbie to telerik and am tryting accomplish something with radmenu on an asp.net 4 page.
I use the radmenu and the menu is placed on the top of the page. When any menu item is clicked I want to create a menu programaticaly (including root and sub-menu of the item clicked) in the left side panel of the screen. I was able to create it using onitemclick event when I dont specify a navigateurl for the item. Once I specify navigateurl for menuitems I was not able to create the side panel menu, mean I dont see it goes to onitemclick event, but directly goes to navigateurl.  The main top menu is not connected to any; it is created directly using the menu builder from Radmenu. 

Also when I create the sidepanel menu, I want to make the item that clicked being displayed in grey (which indicates that is the item currently clicked).

Please show me how to do this. Your help is greatly appreciated.

Thanks
Joseph
Top achievements
Rank 2
 answered on 08 Oct 2010
1 answer
164 views
Hello,

I would like customize the scheduler so that the recurrence checkbox does not display, but the recurrence editor always displays.
I also need to customize the recurrence editor visually a little.

Is there some sample code to show me how to do this?

Thanks,

Scott
Veronica
Telerik team
 answered on 08 Oct 2010
1 answer
188 views
Hi,
      I have 2 issues as follows:

The timeout for Ajax is not long enough so i want to increase the ajax timeout. I do have the config in web.config. I do not know that it actually works. My waiting time could be from 15--30 min.

<httpRuntime executionTimeout="900" maxRequestLength="4096" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" />


Also, as the timeout finishes. The page now has the Javascript error and show the error message at the bottom of IE. So, is there any way i can handle those error and do some custom handling instead of passing it to the user.

Let me know the details. Thanks,

Regards,

Osman
Cori
Top achievements
Rank 2
 answered on 08 Oct 2010
1 answer
91 views
Hi,

All the examples that I have found work with DockLayout positioned inside an UpdatePanel. Is there a way to achieve that?

Thank you.
Pero
Telerik team
 answered on 08 Oct 2010
1 answer
187 views
All,

To support RadCaptCha  in a web farm environment, i have to

  • Set the ImageStorageLocation property to Session;
  • Configure the httpHandler in the following way:
<configuration>
    <system.web>
        <httpHandlers>
            <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResourceSession" verb="*" validate="false" />
        </httpHandlers>
    </system.web>
    <system.webServer>
        <handlers>
            <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResourceSession" />
        </handlers>
    </system.webServer>
</configuration>

as per http://www.telerik.com/community/forums/aspnet-ajax/captcha/rad-captcha-image-not-showing.aspx

How does this web config change affect the other telerik controls?

TIA


Pero
Telerik team
 answered on 08 Oct 2010
1 answer
178 views
Hi,

Please look at the attached screenshot, "popup.jpg". 

As you can see, this RadWindow contains a RadGrid, but the header of the RadGrid sticks out to the right...

What could be done abou this? The RadWindow is opened by the parent with the js function "radopen", and the RadWindowManager on the parent has its AutoSize property set to "True"...

Thanks in advance for your reply.
Georgi Tunev
Telerik team
 answered on 08 Oct 2010
1 answer
97 views
Hi,

Please refer attached screen shot.
I want to show group total like, showed in screen shot.





Thanks & Regards,
Kailash
Daniel
Telerik team
 answered on 08 Oct 2010
1 answer
113 views
Ok, lets say I have a callback to a webservice going on and I then click a Linkbutton on the page to nav away from it...so the callback fails, and it triggers my clientside error handler which makes my custom error text appear.   To my users, something seems broken...when really its just because they canceled the request (essentially)

Is there a way to detect a user interruption in my error handler so I can just silently fail it?  I normally dump some text or an image into the container inside my error handlers (clientside ones) so it's pretty obvious to them something funky was going on :)
Pero
Telerik team
 answered on 08 Oct 2010
1 answer
67 views
When browse to a page with a RadSplitter on it, and the URL contains a #anchor, the page loads and jumps to the anchor correctly, but then it jumps back up to the top.    I see an old, similar thread at http://www.telerik.com/community/forums/aspnet-ajax/splitter/can-t-use-anchor-in-radpane.aspx with no solutions provided.  Is there any way to resolve this behavior without manually managing scroll using javascript?
Dobromir
Telerik team
 answered on 08 Oct 2010
1 answer
79 views
Hello

i am using RadEditor(it's DNNRichTextEditor really) inside RadWindow. 
such like :
<telerik:RadWindow ID="WinAddNew" runat="server">
    <ContentTemplate>
         <cc1:DNNRichTextEditControl ID="txtContent" runat="server" Width="500" Height="300" />
    </ContentTemplate>
</telerik:RadWindow>


var editor;

        function pageLoad()  
        {  
            editor = $find("<%=txtContent.ClientID%>"); //get a reference to RadEditor client-side object   
        }
editor is null. 
even i am using $get. 
could you give me some advices?

Thank you.
Daniel

Rumen
Telerik team
 answered on 08 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?