Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
109 views
How to get the SelectedValue from JavaScript?
Yana
Telerik team
 answered on 27 Nov 2008
1 answer
184 views
what is the bestway to display checkboxs on leaf nodes only

is there a property like "showcheckboxes" in the standard treeview control from MS
Yana
Telerik team
 answered on 27 Nov 2008
1 answer
74 views
Hi,

I have a RAD Combobox which is made enabled=false on click of a button. This controls are inside Ajax Panel. On Page load the rad combo appears fine with skin. When it is disabled on button click it gets disabled but looses its bottom border and looks like half cut.
Telerik version:2008.2.826.35
My issue is similiar to mentioned in the below forum:
http://www.telerik.com/community/forums/aspnet-ajax/grid/radcombobox-disabled-ajax.aspx

Code:
<telerik:radajaxpanel id="RadAjaxPanel1" runat="server" > 
                       <asp:Button ID="dd" OnClick="Submit" runat="server" Text="Click" /> 
                    <telerik:RadComboBox ID="list" runat="server" Skin="Office2007">  
                    <Items> 
                    <telerik:RadComboBoxItem Text="One" Value="1" /> 
                    <telerik:RadComboBoxItem Text="Two" Value="2" /> 
                    </Items> 
                    </telerik:RadComboBox> 
                </p> 
                 </telerik:radajaxpanel> 
 
------------------  
Code Behind  
protected void Submit(object sender, EventArgs e)  
        {  
            list.Enabled = false;  
        } 

 

regards,

Parimal

Yana
Telerik team
 answered on 27 Nov 2008
1 answer
168 views
I would like to know how is it posible to refresh update the nodes of the treeview from another aspx file.
In my example I have the treeview in the left side and when a user clicks on a node using the navigationUrl in the right part is loading another aspx file which contain the details of that node. In this file the user is able to modify the details  and as a result I would like to be able to change the node text.

Thanks for any suggestions or if there are any examples regarding this please let me know.

George

Simon
Telerik team
 answered on 27 Nov 2008
2 answers
144 views
Hello,

I was not experimenting this before Q3, using AjaxManager on a page I found in my trace that on ajax callback triggered by a RadTreeView node drop, after call back result being sent, some process clientside is trying to reload all the css from my theme.

I don't know why, this seems useless and factor of slow answer ?
css from theme are well loaded and behaving correctly on first page display (isPostback false), and they continue being ok after each callback, why trying to reload ?????

More, the reloading generates an error because I am using an url rewritter and the reloading do not use a correct path as writen in <header>  ( whiche looks like href="../../App_Themes/Web20/mycss.css") but a changed one as  http://Host:Port/MyRewriterTag/MyRewriterPageId/App_Themes/Web20/mycss.css 
and it generates a 404.

As I don't need to reload all this, how to tell RadAjax not reloading hearder on callback ?
It is certainly a known issue with Q3 ?

As a subidiary question: is there a way to compress all theme css in only one file to speed initial loading, to day i get one link for each css file ?

Thanks for answer.

CS
Maria Ilieva
Telerik team
 answered on 27 Nov 2008
1 answer
142 views
This is important for my particular application that the user be able to have the Rad Upload open to a specific folder by default every time, but I can't seem to find a way to do this.

Can anyone help me with this?

Thanks
Erjan Gavalji
Telerik team
 answered on 27 Nov 2008
1 answer
44 views
Hi,
We are using telerik RAD comboBox. When text like 

Telerik.com->Telerik.com->"RadComboBoxItem3"->Telerik.com->"RadComboBoxItem3";

combo box text spreads and come out of its area.





 Thanks,
Anita.

   

Simon
Telerik team
 answered on 27 Nov 2008
1 answer
1.4K+ views
How to get the text of the RadTextBox by JavaScript?
Vlad
Telerik team
 answered on 27 Nov 2008
1 answer
83 views
How to get the input DatTime from JavaScript?
Vlad
Telerik team
 answered on 27 Nov 2008
1 answer
90 views
So I started playing with the sample posted up on the blog for ASP.NET MVC working with the RadGrid control.  Started enabling features ... and started getting all kinds of problems and weird behavior.  These include

1.  This exception popping up all over:
"Control 'ctl00_MainContentPlaceHolder_RadGrid1_ctl00_ctl02_ctl03_FilterTextBox_TemplateColumn' of type 'TextBox' must be placed inside a form tag with runat=server"

2.  Can't get any client-side functionality to work right.  Example, when making the table scrollable ... only the data scrolls horizontally ... the header row doesn't move.
Vlad
Telerik team
 answered on 27 Nov 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?