Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
89 views
Hi
I'm using RadTreeView and some other RadControls in a form.(two GridView and another TreeView)
I load's the page element's and then it waits about 10 seconds (that in this period the page freezes and even page doesn't scroll)
you can try it on our production server at these addresses:
http://95.38.44.247:12/UI/Items/ItemsClassification.aspx?Type=2
http://95.38.44.247:12/UI/Financial/AccountCoding.aspx



and the page layout complete.
I save the page and it has about 800 KB axd file that related to telerik, also we use jquery and some script codes that make all script size (plus AJAX axd) to about 1.1 MB.
I think this is the problem, isn't it?
if ti's, so how can I resolve this issue?
Thanks in advance
Mahdi
Top achievements
Rank 1
 answered on 11 Nov 2009
1 answer
97 views
Hello,

I try to make a page with some AJAX features.
The page contains the following telerik components:
    - RadSplitter
    - RadTreeView
    - RadScriptManager
    - RadAjaxManager
    - RadCodeBlock
    - RadTabStrip
    - RadMultiPage
The other things are plain html.
I had added some AJAX functionality. It worked fine and had a fast response time (0,03 s). Now I have the problem that the response time of the AJAX requests slow down if I add more Items in the RadTreeMenu. In this special case I have added 500 Items and the responsetime is 1,8s. During this time the server load is 100%. The rest of the page is still the same code, only the added items make it slow.
How can I solve this problem?
Paul
Telerik team
 answered on 11 Nov 2009
3 answers
148 views
Hi All,

I updated to the Q3 release and now my skins are a bit bugged. There seem to be some spacing problems in some controls, see the attached files.

Anyone having the same problem?

Augusto
Top achievements
Rank 1
 answered on 11 Nov 2009
5 answers
117 views
Is it possible to replicate the animation occur when you drag the dock to the dock command?
If yes, could you kindly show me a sample on how to archieve this?
Thanks.
Pero
Telerik team
 answered on 11 Nov 2009
3 answers
162 views
Hi,

I have integrated Telerik Ajax Controls in our asp.net web application. They seem to be working fine at most of the time. But occasionally, they do not completely render, for some reason. I am attaching an image of the produced bug, to give you better understanding of the problem.

Is any other person facing this problem. Is it a known issue in the SDK. I have found some people complaining that they are facing such problems using specific controls like Chart control. For chart, images are produced at run time, and the request for the image is processed by the server before the image is generated sometimes, due to which it produces the error of image not being found. But in this case, I think the images would be static. This should not be the problem then?

Regards
Athir Gillani
arnaud
Top achievements
Rank 1
 answered on 11 Nov 2009
1 answer
141 views
I need to save the tools xml and css classes for the RadEditor in a database and the apply them to the editor based on which user is viewing.  I'm trying to use an HttpHandler to render the xml and css as follows:
                           
                            if (type == "tools"
                            { 
                                context.Response.Clear(); 
                                context.Response.ContentType = "text/xml"
                                context.Response.Write(toolsXml); 
                            } 
                            else if (type == "css"
                            { 
                                context.Response.Clear(); 
                                context.Response.ContentType = "text/css"
                                context.Response.Write(cssText); 
                            } 

In the above code, "toolsXml" and "cssText" are strings that contain the text from the database. 

Then code the editor as follows:

editor.ToolsFile = "~/ResourceHandler.ashx?mode=editor&type=tools";
editor.CssFiles.Add("~/ResourceHandler.ashx?mode=editor&type=css");

The editor throws an error when setting the ToolsFile property in this way, and just doesn't apply the css file at all.  How can I make the editor accept the handler as a valid xml or css url?

Thanks,
Matt



Rumen
Telerik team
 answered on 11 Nov 2009
5 answers
69 views
Hi All,

We have developed a membership based website that relies heavily on RadAjax. Over the last year we have encountered a few users having problems with pages using ajax. The users all seem to be using some corporate proxy.

I am just starting to investigate the problem. I'm guessing this has come up before.. But is this a general problem with proxies OR is there a security setting that these corporate entities have set that causes the errors?

Any insight is appreciated as i'm sure there are more of our users (current and gone) that are experiencing these problems and simple don't tell us.

Thanks!
Sebastian
Telerik team
 answered on 11 Nov 2009
3 answers
181 views
Hello

This is Karthik from Visual Consultancy Services in Bangalore. I have Some Issues in RadEditor.. Here i have my Source.

<table id=bnrH border=0 cellspacing=0 cellpadding=0 width="100%" align=center>
    <tbody>
        <tr>
            <td bgcolor=#900028 align=middle><!--START_LEVEL0_PAGE_HEADER-->&nbsp;
                <table border=0 cellspacing=0 cellpadding=5 width=771 align=center>
                    <tbody>
                        <tr>
                            <td valign=top width=77><a href="~/default.aspx" runat="server"><img border=0 alt="Fordham University The Jesuit University of New York" src="Images/logosubpage.gif"></a></td>
                            <td valign=top align=right><!--CMSQuickLinks--></td>
                        </tr>
                    </tbody>
                </table>
                <!--END_LEVEL0_PAGE_HEADER--></td>
        </tr>
     </tbody>
</table>


Note:
Here I attached two image file find out that.

Exp: Image 1 PatheError1.gif
Point No 1.
In my Source I used Commented Line ex:(<!--START_LEVEL0_PAGE_HEADER-->)
Point No 2:
the Same time i Used hyper link and Image tag Ex:(<a href="~/default.aspx" runat="server"><img border=0 alt="Fordham University The Jesuit University of New York" src="Images/logosubpage.gif"></a>)

Exp: Image2 PatheError2.gif
Here i face problem When i came to design Mode and I came  to Source Mode At the time I faced some problem i attached image its called patheerror2.jpg and i explained blow go through it

Point 1:
I used comment line mention  above
*Point2:
Point no 2 is getting Problem its Generating like this
<A href="http://localhost:3836/Tsunami/Clients/~/default.aspx" runat="server"><IMG alt="Fordham University The Jesuit University of New York" src="http://localhost:3836/Tsunami/Clients/Images/logosubpage.gif" border=0></A>

* its refering the Application Url See tha image and give me solution please

Point 3:
hyper link and Image tag Refering the Application Url

If you Have any Question feel free to ask.

Thanks & Regards
PL.Karthik





Rumen
Telerik team
 answered on 11 Nov 2009
3 answers
164 views
Hi,

I would like to run my own code in the OnEditCommand event for my Grid, but it always seems to
run the InPlace default form editing as well.  I am using GridButtonColumn, CommandName=Edit

I would like HeaderText = Edit, Link = Edit, and run my code in OnEditCommand event.

Eg.

Protected

 

Sub doEdit(ByVal Sender As Object, ByVal E As Telerik.Web.UI.GridCommandEventArgs)

 

 

If E.CommandName.ToUpper = "EDIT" Then

 

' -- run my code here

End If

 

 

End Sub

But as I said, the InPlace grid editing runs as well.  How do I disable this?

Cheers,
DGL

 

Martin
Telerik team
 answered on 11 Nov 2009
1 answer
83 views
Hello.

I can send parameters via OnClientCommand ?

example :

 Dim botaoEditar As DockCommand = New DockCommand
            botaoEditar.Name = "EDITAR"
            botaoEditar.Text = "editar"
            botaoEditar.AutoPostBack = True
            botaoEditar.OnClientCommand = "messagebox('fail')"

Pero
Telerik team
 answered on 11 Nov 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?