Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
97 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
72 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
521 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
394 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
205 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
337 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
149 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
350 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
120 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
5 answers
231 views
<telerik:GridButtonColumn CommandName="Confirm1" ConfirmDialogType="RadWindow" ConfirmText="are you sure?"   ConfirmTitle="Notice" FilterControlAltText="Filter Confirm column" Text="confirm"  UniqueName="Confirm1">  </telerik:GridButtonColumn>
hello
i have this gridbutton 
my problem is when i disable this button in "ItemCreated" from codebehind, its confirm message still be shown!!!
how i can disable its confirm message too?!

tanx
saman
saman
Top achievements
Rank 1
 answered on 26 Feb 2013
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?