Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
115 views
Hello,

I'd like to know if it's possible to expand a node on an external event. Let's say I have a RadGrid populated with the same records as in the treeview (a record in the grid represent the same node in a treeview). I click on a column in a radgrid (linkbutton) which refrehes the grid with the children of the clicked record. I want the equivalent node to expand in the treeview to show the children nodes. I hope I explained myself well.

Thanks,
Chris
Veselin Vasilev
Telerik team
 answered on 24 Jul 2008
14 answers
953 views
Hi

I have a main usercontrol that has a RadGrid on it, within a template column of the grid I have another usercontrol (ProductSelect.ascx which displays several check boxes for the user to select options).

How do I get a reference to the ProductSelect UC so that I can access it's properties and methods?

Tried various things but nothing seems to work.

Thanks
Nigel
Top achievements
Rank 1
 answered on 24 Jul 2008
1 answer
322 views

Hi everyone!

How can I change default "Times New Roman" font to "Verdana" font in Free Lite Moss Edition when RadEditor is loaded in moss 2007.

Please let me know if you any solutions.
Thanks,
Chau
George
Telerik team
 answered on 24 Jul 2008
3 answers
87 views
In pdf documentation i see
var oWindow = window.radopen ("http://www.google.com (http://www.google.com/)",
null);
In my code this code don´t tun. Open a window, but not find the url.
Why repeat the url inside brackets? What`s mean is it?

Thanks.
Georgi Tunev
Telerik team
 answered on 24 Jul 2008
1 answer
107 views
ExportToCSV surround each cell with quotes.  For example

"header1","header2","header3"
"r1value1","r1value2","r1value3"
"r2value1","r2value2","rwvalue3"

as opposed to

header1,header2,header3
r1value1,r1value2,r1value3
r2value1,r2value2,rwvalue3

I'd like to be able to export the data without the quotes.  Is there a way this can be done?

Any help would be greatly appreciated.  Thank you!
Rosen
Telerik team
 answered on 24 Jul 2008
1 answer
112 views
Hi guys,
We are using your RadCalendar to create a daterange selector in one of our web applications. I wanted to create the events clientside based on the dayrender example in your demos.
Now i can't seem to get that same thing running for a multimonthview.
Isn't this possible? the navigateToDate is not working?

Is there another function which i could possibly use that causes the calendar to render? I need to give the cells another background-color after clicking 2 dates (fill the selected range).
with just a single calender i even had to trick the calendar to render by actually navigate to another month and then navigate back to the current month.




Iana Tsolova
Telerik team
 answered on 24 Jul 2008
3 answers
212 views
Please tell me how I should correct the exception when it is thrown in scriptresource.axd since such file is read only?
Prangadj
Top achievements
Rank 1
 answered on 24 Jul 2008
5 answers
125 views
Hi, guys.
I have a following trouble: in client event handler OnClientSelectionChange I try to disable Outdent toolbutton but it still stays enabled and works well.
Here is the code of my java function:

function enableEditorButtonOutdent(editor) 
{ 
    var toolAdapter = editor.get_toolAdapter(); 
    var outdentBtn = toolAdapter.getToolByName("Outdent"); 
     
    if(outdentBtn != null)     
        outdentBtn.set_enabled(false); 
} 



QualiWareUA
Top achievements
Rank 1
 answered on 24 Jul 2008
8 answers
211 views
Telerik.Web.UI
File Version: 2008.1.415.35
Product Version: 2008.01.0415.35

Hi, when switching from HTML to Design view, in a certain case, I get 'RADEDITORSAVEDTAGENDING'. I believe it has to do with a combination of the DTD, javascript, and "<!--", "//-->" characters.

In the declaration
  • ContentFilters="None".
In the code behind
  • radEditor.EnableFilter(EditorFilters.ConvertToXhtml);
  • radEditor.EnableFilter(EditorFilters.IndentHTMLContent);
This is what I have in HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
<html> 
    <head> 
    <script> 
    <!-- 
    function foo(){ //v4.01 
        if(5>5){} 
    } 
    //--> 
    </script> 
    </head> 
    <body> 
    </body> 
</html> 

When you switch to Design, I got
5){} } //--RADEDITORSAVEDTAGENDING>


Rumen
Telerik team
 answered on 24 Jul 2008
1 answer
175 views
Hello,

I'm using the Q1 / 2008 version of the rad combo box.

When I bind my combo box, I set AppendDataBoundItems = True because I want to insert an item with "-- Please Select --". Here is the code:

Dim strSelect As String

Dim dr As DataRow

Dim objDictionary As Dictionary

strSelect =

"-- Please Select --"

objDDL.DataSource = dt

objDDL.DataTextField = strText

objDDL.DataValueField = strValue

objDDL.DataBind()

Dim objDDLItem As Telerik.WebControls.RadComboBoxItem = New Telerik.WebControls.RadComboBoxItem("-- " & objDictionary.GetLabel(Labels.PLEASESELECT) & " --", "-1")

objDDL.AppendDataBoundItems =

True

objDDL.Items.Insert(0, objDDLItem)

As a result, I get the items duplicated (1 list of items, then the other). I've noticed that the .DataBound event fires twice for the combo box. When I view the Call Stack for the second .DataBound event, there is no source for the call.

If I set AppendDataBoundItems = false, then the .DataBound event only gets fired once, and I only have 1 list of items. However, I do not get the "-- Please Select --" item added.

I've also tried to add the "-- Please Select --" item to the combo box (as in numerous examples), but I still get the same results.

Thanks!

Rosi
Telerik team
 answered on 24 Jul 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?