Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
213 views
Hi,

I have a page with a RadTreeView. Double-clicking an item on the tree opens the item in a RadWindow, using entirely client-side javascript.

When the RadWindow is closed by clicking the 'X', I use a client-side OnRadWindowClose event to pass the NavigateURL of the closed RadWindow to the server via ajaxRequest.

        function OnRadWindowClose(radWindow)  
        {  
            if (NoOfWindowsOpen > 1){  
                NoOfWindowsOpen -= 1;  
            }  
            else {  
                NoOfWindowsOpen = 0;  
            }  
            RaiseServerSideAjaxRequest('closewindow', radWindow.GetUrl());   
        }  
 
        function RaiseServerSideAjaxRequest(event, argument)  
        {  
 
            var tempAjaxManager = $find("<%=RadAjaxManager1.ClientID%>");  
            if (tempAjaxManager)  
            {  
                ajaxManager = tempAjaxManager;  
            }  
            ajaxManager.ajaxRequest(event + ',' + argument);   
        }  
 


The problem is that my RadTreeView can be extremely large and the AjaxRequest causes the entire ViewState to be posted back to the server. I see this using HttpWatch.

This causes a very long delay when closing the RadWindow. I do not need to update any client-side controls when the RadWindow is closed. I simply want to record in the database that it was closed.

Is there a way to use RadAjaxManager to send the AjaxRequest without causing the ViewState to be posted back?
Andy
Top achievements
Rank 1
 answered on 09 Sep 2009
2 answers
45 views
I use Radcombobox in Radwindow with IE8, when I show Popup(using RadWindows) with contains RadCombobox. When i move mouse to RadCombobox and I can see the link in Parent Page like transparent.
How i can solve this problem .Please help me as impossible as.
Bruce Lam
Top achievements
Rank 1
 answered on 09 Sep 2009
1 answer
78 views
Hi,
is it possible to use the "office 2007" design for the radpanelbar from the q2 2008 release?
We used the panelbar in a website project as menu.
The new design is complete different and now the page doent looks good.

thank, kind regards
henning
Kamen Bundev
Telerik team
 answered on 09 Sep 2009
5 answers
181 views
I'm using RAD Upload to upload a single file. I've set the initial and max files to 1. When it renders I see a little black square (bullet?) to the left of the input textbox. Is there a way to get rid of this?
Kamen Bundev
Telerik team
 answered on 09 Sep 2009
1 answer
120 views
hi
i am using RadPanelbar (2009.2 sp1)
but when i place the control on the page , all radpanel fonts are bold by default and cannot change it to normal weight.
help plz

tnx

Princy
Top achievements
Rank 2
 answered on 09 Sep 2009
1 answer
127 views
We are using the RadEditor 2009.1.623.20, and have been experiencing an interesting problem:

We have enabled the content filter 'IECleanAnchors', yet we can seem to stop the following behavior.

When a user creates a link such as:

<A class=crs_top title=Top tabIndex=0 href="#">Top</A>

The first time it is saved, it saves the way it should.  The second time the content is loaded into the RadEditor, and the mode is switched from Design to HTML it adds the current page URL to the href of the anchor.  This is highly undesirable as the content embeds the URL of the page the RadEditor is loading from and this is not where the content is going to be rendered (see below)!

<A class=crs_top title=Top tabIndex=0 href="http://localhost/Myapplication/RadEditorPage.aspx?Parameter1=something#"></A>

What can we do to ensure that when a '#' is entered as an href that it stays as just '#'?

Note: We saw the anchorpathtostrip method, but it would seem that the content filter should already be doing this.  Am I wrong?

Thanks!
Rumen
Telerik team
 answered on 09 Sep 2009
1 answer
77 views
Hi there,

Instead of having an edit link I would like the formtemplate to show up as the row has been selected. Seem like it should be simple enough. I guess I am missing the setting.

Shinu
Top achievements
Rank 2
 answered on 09 Sep 2009
1 answer
134 views
Using the example on http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/templates/defaultcs.aspx

Click to the LEFT of the arrow in Type, (in the white box area) the combo box opens

Do not move the mouse, click again, the combo box remains open, a standard HTML select list would close if it was clicked again.

I have looked and tried but I cant for the life of me work out how to get the control to close, you are forced to move again to the arrow, or out of the drop down...

Am I missing something or is there a way to get this control to work like a select list?
Shinu
Top achievements
Rank 2
 answered on 09 Sep 2009
1 answer
259 views
Hello,

Could someone point me to info on how to span columns in the RadGrid footer?  I've got summary information and labels that are too wide for one column.

Thanks,

Ken
Princy
Top achievements
Rank 2
 answered on 09 Sep 2009
2 answers
90 views
Hi

I would like to detect a key down when i press a node expand in my tree view. In this way I can decide to expand all nodes on a tree if for example the Shift key is hold down why pressing the expand.

Jeppe
Jeppe
Top achievements
Rank 1
 answered on 09 Sep 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?