Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
123 views
I would like to know how can we copy and paste a file by drag and drop ?

I found this demo and drag and drog functionality is not working in the demo as well


https://demos.telerik.com/aspnet-ajax/fileexplorer/examples/client-sideapi/clientsideevents/defaultcs.aspx

Kindly help,
Thanks
Vessy
Telerik team
 answered on 12 May 2014
13 answers
335 views
We have the ButtonSettings ShowCheckAll=true and it is showing up and working as expected in our UI.

However, we would like to conditionally set the checkbox value so all the checkboxes are already preselected.

We would like to do this from either server or client side.  How can this done?

We are currently running version 2013.2.717.40.

Thanks in advance.
Bob Baldwin
Trabon Solutions
Bob
Top achievements
Rank 1
 answered on 12 May 2014
5 answers
88 views
Hi, We are having an issue in IE8 (Telerik 2013.3 1324) where when we click the Upload button of the FileExplorer to make the Upload dialog appear, the InputBox and Select button are not visible and not responding on clicks. However, when we drag the dialog topbar to move the window, they finally appear on mouse click release. If we close the dialog and re-click the Upload button, everytime it's fine (We need the reload the page to make problem re-occur). I tried both EnableAsyncUpload options, played with skins, always same result. Using Compability Mode seems to solve this and we dont have this problem in Chrome,FF,IE11,Safari nor Opera. I have also attached a screenshot illustrating the problem. 

here is the markup:
<telerik:RadFileExplorer runat="server" ID="RadFileExplorer1" Height="125px"
          Width="100%" Skin="WebBlue" FilterTextBoxLabel="Filter By"
          meta:resourcekey="labFilterBy"
          EnableCreateNewFolder="False"
          EnableAsyncUpload="True" EnableOpenFile="False" ExplorerMode="FileTree"
          PageSize="50">  
              <Configuration EnableAsyncUpload="true" MaxUploadFileSize="52428800"   />
</telerik:RadFileExplorer>

TIA
Vessy
Telerik team
 answered on 12 May 2014
3 answers
567 views
I'm using RadHtmlChart control and trying to configure the XAxis Major Grid Line to show every 7th value.

I tried setting PlotArea.XAxis.Step = 7 but it doesn't appear to have any impact.

Does RadHtmlChart have built-in functionality to display major grid lines every Xth value?

Thanks,
Anthony
Danail Vasilev
Telerik team
 answered on 12 May 2014
2 answers
117 views
Hi,
first of all excuse me if i'm posting in the wrong place and for my english...

I've a problem related to the RadWindow ASP.NET AJAX component and the iPad devices.
I'm using this component to display some informations inside a RadGrid with the possibility to download documents (mostly PDF).
The RadWindow is populated with an aspx page and the selected document is first save into a session and then ready for download.
On desktop devices everything is working correctly and the user can choose if he want to open or download the file.
Instead on iPad the PDF document is opened directly inside the RadWindow control, without scroolbars, making it impossible to read the entire document.

Is there a solution to solve the problem and read the entire document on iPad devices, maybe opening it in a new page?

This are parts of my code:

DOWNLOAD METHOD:

string disposition = saveAsFile ? "attachment" : "inline"; //SET TO TRUE

HttpContext context = HttpContext.Current;

context.Response.Clear();
context.Response.ClearHeaders();
context.Response.ClearContent();
context.Response.ContentType = MimeMapping.GetMimeMapping(filename);
context.Response.AddHeader("Content-Length", dataToRead.ToString());
context.Response.AddHeader("Content-Disposition", String.Format("{0}; filename=\"{1}\"", disposition, filename));

RADWINDOW

<telerik:RadWindow runat="server"
    ID="modalPopup"
    Modal="true"
    AutoSize="true"
    MinWidth="900px"
    ReloadOnShow="true"
    Animation="Fade"
    VisibleStatusbar="false"
    Style="z-index: 100000">
</telerik:RadWindow>

Thanks

Roberto
Top achievements
Rank 1
 answered on 12 May 2014
1 answer
104 views
Hello, I a web page with a telerik gridview control. For one of the columns, I would like for the user to be able to sort on the column. I can do the sorting in my C# code behind file. However, is their a way to get postback when someone presses the gridview header for the column? You see if I can get postback that way, then I can sort the data and rebid the grid with the sorted data.
Shinu
Top achievements
Rank 2
 answered on 12 May 2014
14 answers
269 views

We have upgraded to version 712 and now we do receive the  'Sys' is undefined error everytime the close method of radwindow is called. The window gets closed; and after that the error is raised.

Below is the code we use with all previous versions (v < 712) of ASP.NET Ajax:

//----------------------------------------

function GetRadWindow()
{
    var oWindow = null;
    if (window.radWindow) oWindow = window.radWindow;
    else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow;
    return oWindow;
}

var oWnd = GetRadWindow();
if (oWnd) oWnd.close();
//----------------------------------------

Please let us know what to do ASAP.

Thanks.

Juan
Top achievements
Rank 1
 answered on 12 May 2014
3 answers
123 views
I've pasted a code snippet from within RadComboBox.PerformDataBinding. Is there any reason that the ID of the dropdown is not put in the exception? This seems like a very easy code change that would help many people tremendously in debugging binding issues when they have multiple dropdowns.

I believe an OOTB ASP .NET dropdown box will also show the ID on a binding exception.

 

RadComboBoxItem selectedItem = FindItemByValue(cachedSelectedValue);
 
    if (selectedItem == null)
 
{
 
    throw new ArgumentOutOfRangeException("value", "Selection out of range");
 
}

 

 

Nencho
Telerik team
 answered on 12 May 2014
6 answers
185 views

I have a button skin with a prominently rounded edge (padding-right: 14px). This portion of the button does not respond to clicks. This seems to affect all skins and I have replicated it with the default skin (although it is much less noticeable as it has less padding).

I am using RAD Controls Q2 in IE8 and IE8 with the IE7 compatibility meta tag.

Danail Vasilev
Telerik team
 answered on 12 May 2014
2 answers
80 views
1.fileexplorer the language and want to convert all Korean. In particular, what happens when you upload a warning message appearing on the unconditional change ... I'd like to know how you should.

2 after the upload parts replaced asynchronous upload multiple files at the click of the button, and then upload the error occurs ... just want to know why.
Vessy
Telerik team
 answered on 12 May 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?