Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
670 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
143 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
144 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
309 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
166 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
232 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
100 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
1 answer
686 views
Dear Telerik Team,
I build workflow engine in-house development and try to draw diagram by your tools , it is difficult to do that because no more documentation about the shape types ,
pls i need support for that.
Vessy
Telerik team
 answered on 12 May 2014
3 answers
148 views
Telerik version 2012.3.1308.35

RasAsyncUpload gives the following error in IE 8 when uploading a docx/xlsx document which is currently opened in word or excel in edit mode (not in the reading mode).

Unhandled Error in Silverlight Application Failed to Invoke: _onSilverlightError.   at System.Windows.Browser.ScriptObject.Invoke(String name, Object[] args)
   at UploadPrototype.EventManager.SilverlightError(String message, Int32 index)
   at UploadPrototype.MainPage.<>c__DisplayClassb.<ProcessRequest>b__6()

I can only upload the document when I close the document in word/excel.

I'm using a blank Asp.net 4.0 web application. In the web.config I have the following because my website needs to be restricted to IE 8 (due to existing legacy code).
    <httpProtocol>
      <customHeaders>
        <clear />
        <add name="X-UA-Compatible" value="IE=8" />
      </customHeaders>
    </httpProtocol>

The problem only occurs when I put IE=8 and IE=9. It does not occur in IE 10 or 11 mode or in other browsers.

Is it a bug in RadSyncUpload? or a problem with silverlight in IE 8 and IE 9?

Thanks

Nencho
Telerik team
 answered on 12 May 2014
1 answer
73 views
Hi Guys,

I'm using an aging sitecore installation and for compatibility reasons I have to keep using 2012.Q2.
I would like to accomplish http://www.telerik.com/help/aspnet-ajax/asyncupload-query-string-parameters%20to-upload-handler.html
but eventArgs doesn't have the set_queryStringParams function.

Is there any "easy" way to go about this?

- Daniel
Daniel
Top achievements
Rank 1
 answered on 12 May 2014
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?