Telerik Forums
UI for ASP.NET AJAX Forum
11 answers
498 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
384 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
199 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
326 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
131 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
338 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
115 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
222 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
1 answer
212 views
Hi,

There is a RadTabStrip control in my user home page and I want to add a new tab to it using Javascript. I am able to add a new tab but the issue is that the change is not persisting after some postback is made. Am I missing something to save the change? Please help.

Thanks,
JC.
Princy
Top achievements
Rank 2
 answered on 26 Feb 2013
1 answer
79 views
Hi,

I am using radcalendar for displaying the dates. I want to add a RadButton and On clicking the button, I want to navigate to today's date in the calendar. I want this to be done using client side code.

Please help,Thanks,
Merlin.
Princy
Top achievements
Rank 2
 answered on 26 Feb 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?