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

I am using the new Search component to search for nodes in a RadTreeView. (Is there a way to do this directly?)

I'm using an ArrayList to capture all my node names, and during Page_load, I am populating this ArrayList and then setting the datasource of my search box to this list.

// this line is in a for loop, adding elements to my arrayList
measureSearchNodesList.Add(m.ToString());

RadMeasuresSearchBox.DataSource = measureSearchNodesList;

This seems like it should work based off the documentation, but any letter I type into the box returns a client side error of "Datasource not sets."

I haven't done much with my onSearch event handler just yet, because I wanted to first ensure the search box was getting bound. Any ideas?

Thanks,

Ajit
Bozhidar
Telerik team
 answered on 26 Feb 2013
3 answers
95 views
I have a ListBox control on a page which is being fed from the an XML Data Source. I have it setup to allow for multiple selections without using checkboxs. I am able to select the multiple selections using the Ctrl key as I would expect, but after I click my submit button to process the data, none of the selections are there and I cannot figure out why. I have been using these controls for a number of years now and have never run into this problem.
Bozhidar
Telerik team
 answered on 26 Feb 2013
3 answers
71 views
Hello sir,

I am student i am use for telerik control my project please some help me my problem is :-

1)   How to Clear RadAsyncUpload Multiple Uploaded file
Princy
Top achievements
Rank 2
 answered on 26 Feb 2013
11 answers
509 views
I am implementing the RadFileExplorer on a page and I can't figure out how to do a few things with the upload file dialog.

I have attached an image of the upload dialog associated with the control for reference to what I'm requesting.

Firstly, I would like to remove the div that holds:
  • Max file size allowed:
  • File extensions allowed:

And secondly, I would like to remove the checkbox, and text associated with 'Overwrite if file exists?'

And thirdly, the upload button at the very bottom does not follow my skin of WebBlue.

Vessy
Telerik team
 answered on 26 Feb 2013
3 answers
391 views
Hi

I have a page where am using Iframe, which has the source to another aspx page, which has radedtor.

I want to get this radeditor's content using Javascript fome the page that has the iframe.

Is this possible?

Thanks
Stanimir
Telerik team
 answered on 26 Feb 2013
2 answers
203 views
How to obtain reference to a RadComboBox in a RadGrid on INSERT using javascript? I am using form template for insert.
Naynish
Top achievements
Rank 1
 answered on 26 Feb 2013
2 answers
333 views
Hello,
I have upgraded the telerik version from 2011-02 to 2012_03.

In my code behind, I set the ClientEvents.OnKeyPress value. Until the upgrade, it worked very well. But since it doesn't. it seems that the get_value() needs a delay to return the value. If I replace the get_value by document.getElementById, it works...

I would rather like to use the get_value() function.
Thanks for help...
Bernard

saisie.ClientEvents.OnKeyPress = @"enterSaisie2";
function pageLoad() 
        {
           textSaisie = $find("<%=saisie.ClientID %>");
        
function enterSaisie2(e)
        {
           if (window.event.type == "keypress" && window.event.keyCode == 13) 
           {
                try
                {
                    aSaisie = new String(textSaisie.get_value());
                                   // etc...
Bernard
Top achievements
Rank 1
 answered on 26 Feb 2013
1 answer
136 views
I get the following error when trying to RenderControl to html

Script control 'ExecutiveSummaryReport_RadGrid1' is not a registered script control. Script controls must be registered using RegisterScriptControl() before calling RegisterScriptDescriptors().
Parameter name: scriptControl

protected void ExecutiveSummary_EmailReport(object sender, EventArgs e)
{
    StringBuilder sb = new StringBuilder();
    StringWriter sw = new StringWriter(sb);
    HtmlTextWriter htw = new HtmlTextWriter(sw);
    ExecutiveSummaryReport_RadGrid1.RenderControl(htw);//Error happens here
}

What am I doing wrong?

Thanks!
Princy
Top achievements
Rank 2
 answered on 26 Feb 2013
3 answers
344 views
Hello everyone!!!

I am trying to show products data to a RadGrid, I have to create CRUD funtionalities, but the buttom to create a new product is outside the grid, and the link/buttoms to the edit and delete are in each row of the product entity. i am ussing Entityframework. 
Please if anyone can help me or giving me any ideao how I have to do it, the delete need to show a confirmation dialog.
Thanks and I hope you can give me some ideas.
Greetings!!!
Shinu
Top achievements
Rank 2
 answered on 26 Feb 2013
1 answer
116 views
Hello,

Does anyone know how to change the RadTreeViews' default collapse/expand image icon with a custom one?

Thanks,
JC.
Princy
Top achievements
Rank 2
 answered on 26 Feb 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?