Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
108 views
Hi,

Very often if i debug the project, i get this foll. error and this stops and again we need to restart. How to overcome this????

Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 12030

Thanks,
ZR
Shinu
Top achievements
Rank 2
 answered on 22 Jul 2009
3 answers
91 views
When I enable scrolling , I get a straight line connecting the highest value on the y axis with the lowest. if I disable scrolling it goes away. Any help is appreciated
Giuseppe
Telerik team
 answered on 22 Jul 2009
3 answers
163 views
Hi,

My client has a weird request, but I have to find him a solution.

Data sent to a cell contains returns cariages ("\n") but it does not show properly in the cell, the whole text shows as a single long line.

What is the property to make the row expand its height to show the whole text with all the return cariages interpreted correctly?? 

I know its ugly, but thats what is needed at the moment.

P.S. I did parse the text before sending it to the grid and replacing all the \n by  Environment.NewLine but to no avail.

Thank you
Daniel
Telerik team
 answered on 22 Jul 2009
2 answers
155 views
I need rounded corners for my dock. I am using skins web20 and hay skin. Any help is appreciated.

Thanks
Martin
Telerik team
 answered on 22 Jul 2009
0 answers
144 views

I use Master Content Page relation in my application

I have My Menus (RadPanelBar a telerik Control) in my Master Page. On Click of Menu item in master page i do couple of mandatory process that are used in the page to be navigated.

scenario :

1.) I'm in a page say Accounts.aspx (which is a content page inside a master)
2.) I click on Finance menu item (Which is located in Master page)
3.) Page Load of Accounts gets fired immediately which is unnecessary to the page i navigate.
4.) Is there any way to avoid this Accounts.aspx page load and fire the menu item click event located in master page.

If i come to know that which menu item i have clicked before the page load of Accounts i will be able to avoid that unnecessary method execution in that page load. So that i will be able to avoid the seconds consumed for unncessary pageload method execution. And eventually navigate to the desired page.

This is something playing with Asp.net Lifecycle.


If i use hyper link in RadPanelItem and use PostBackUrl Property to it . can i resolve the issue. But RadPanelItem by default does't have the PostBackUrl property .

Kindly advice...
Computer Surgeon
Top achievements
Rank 1
 asked on 22 Jul 2009
1 answer
141 views

I have built a RadEditor .cs class that i drop onto pages that require the editor tool.
Following is a part of the class where i create a custom button.
How do I add an icon/image to the button within the cs class. 
Icon currently default to a question mark.
is the only way to do tihs within CSS.

public class Editor: RadEditor
{
 public Editor()
 {
  EditorToolGroup etg = new EditorToolGroup();
   EditorTool
 Custom = new EditorTool();
   etg.Tools.Add(Custom);
 }
}

 

 

 

 

Martin
Telerik team
 answered on 22 Jul 2009
1 answer
166 views
I am using RadEditor. Problem is that in Preview Mode it shows background colour as black . I have not specified background color in either aspx or in aspx.cs. Even if I try to specify some background color for editor it shows it but only in edit mode not in preview mode. I am using Skin="WebBlue".
Martin
Telerik team
 answered on 22 Jul 2009
2 answers
87 views
Dear sir,
How can give custom tooltip of Custom command when Dock is dynamically created?

plz reply fast
thanks & Regards
Golu
Top achievements
Rank 1
 answered on 22 Jul 2009
2 answers
159 views

Hi,
I just noticed that when clicking on the OK button, the dialog form height shrinks a little.
You can see this behavior on the example provided at:

http://demos.telerik.com/aspnet-ajax/window/examples/browserdialogboxes/defaultcs.aspx

1.       Click on "radalert dialog" button. The radalert is displayed.

2.       Click "OK" on the dialog, but do not release the mouse button. You'll observe the behavior.

3.       If you release the mouse button outside the "OK" button and repeat the steps, it does not keep shrinking.

 

Thanks,

Teo

 

Teodorico
Top achievements
Rank 1
 answered on 22 Jul 2009
2 answers
120 views

Hi,

I am having issues when a user clicks outside the RadWindow and then presses ESC. This closes the window and it is happening on IE 7/ IE 8 and FF 3.5.

I found this post: http://www.telerik.com/community/forums/aspnet-ajax/window/radwindow-issues-in-firefox-3-0-5.aspx

Which kind of help me but it does not work on FF since there is no access to window.event:

  

 

<script type="text/javascript">  
    TelerikTelerik.Web.UI.RadWindow.prototype.old_close = Telerik.Web.UI.RadWindow.prototype.close; // Store the original function  
    Telerik.Web.UI.RadWindow.prototype.close = function(e)  
    {  
        //Override close  
        var ESC = 27; // ESC Key code is 27  
        if (window.event && window.event.keyCode == ESC)  
        {  
            return true;  
        }  
        else this.old_close(); // Call original function  
    }  
</script> 
 


Should there be a property allowing to configure this behavior?
Any help would be appreciated.

 

Thanks.

Teodorico
Top achievements
Rank 1
 answered on 21 Jul 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?