Uncaught Sys.ArgumentOutOfRangeException: Sys.ArgumentOutOfRangeException: Value must be an integer.
Parameter name: y
Actual value was 1100.8.
Oddly - we do not see this on all pages... Perhaps a combination of things are happening, but we have not been able to pin it down.
15 Answers, 1 is accepted
I wasn't able to reproduce the mentioned issue with RadButton on a zoomed page in Chrome browser with Telerik UI version 2014.3.1209. You can watch the short video test and then tell me if I am missing something.
Currently we are only aware of the following issue related to zooming in Chrome that also affects our controls:
"System.FormatException: Input string was not in a correct format." thrown on Chrome when browser is zoomed in/out
Could you please try to reproduce the issue with the attached example or isolate it from your project and then provide it to us, so that we can make a further investigation on the matter?
Thank you for your cooperation.
Regards,
Danail Vasilev
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
We are aware only of the JS error is thrown while dragging a Splitbar in IE11 issue with RadSplitter in IE11:
1. Create a page with the following configuration and open it in IE11:
<telerik:RadScriptManager runat="server" EnableScriptCombine="false"></telerik:RadScriptManager>
<telerik:RadSplitter runat="server" ID="RadSplitter1" Width="100%" Height="100%">
<telerik:RadPane runat="server" ID="RadPane1"></telerik:RadPane>
<telerik:RadSplitBar runat="server" ID="RadSplitbar1" />
<telerik:RadPane runat="server" ID="RadPane2"></telerik:RadPane>
<telerik:RadPane runat="server" ID="RadPane3" MinWidth="622" Width="622px"></telerik:RadPane>
</telerik:RadSplitter>
2. Ensure that the Document Mode of the browser is set to "Edge", and the Display resolution - 2560x1080
3. Drag the SplitBar of the Splitter
Result: "Sys.ArgumentOutOfRangeException: Value must be an integer." error is thrown.This issue, however, is not reproducible with latest Telerik UI version - 2014.3.1209.
Can you please provide us with the exact code and steps of reproducing the issue, so that we can make a further investigation on the matter?
Regards,
Danail Vasilev
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
The mentioned issue is not reproducible with latest Telerik UI version. Does upgrading to 2015.1.401 version helps?
If not can you provide us with a runnable sample that showcases this behavior, so that we can investigate it further?
Regards,
Danail Vasilev
Telerik
So, I have to pay several hundred of dollars, just to get this issue fixed? How do I know that upgrading is actually going to fix the issue?
I unfortunately do not have time to create a broken sample. I suspect it would be impossible anyway since the vast majority of the buttons in our application function properly even when zoomed. I can give you the link to the page with the issue if you would like so you can see it there.
I found that on the page where I had this problem - replacing <ScriptManager> with <telerik:RadScriptManager> fixed it - on a version from last year.
You can try the latest Telerik UI for ASP.NET AJAX suite by downloading our trial version here - http://www.telerik.com/products/aspnet-ajax/download.aspx. If the issue is also reproducible with the latest version you can try sending us a link to a runnable sample. That sample should not, however, contain any dev Telerik assemblies. That being said you can either use a trial version or just point out the exact Telerik version the project is using.
Note also that if you are using Ajax Control Toolkit you may encounter issues - more information is available here http://www.telerik.com/forums/telerik-ui-for-asp-net-ajax-and-ajax-control-toolkit
Regards,
Danail Vasilev
Telerik
It is fine to download the trial version with your subscription. Regarding the upgrading process you can refer to the six easy steps provided in this blog post - http://www.telerik.com/blogs/upgrade-the-version-of-your-telerik-asp.net-controls-in-6-easy-steps
You can also refer to the release notes (http://www.telerik.com/support/whats-new/aspnet-ajax/release-history) for more information regarding any important changes in the controls.
Regards,
Danail Vasilev
Telerik
</asp:ScriptManager> with <telerik:RadScriptManager runat="server" ID="defaultScriptManager"></telerik:RadScriptManager>