Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
99 views

Hello, I am using the Async Upload component, version 2013.3.1324.40

 When I use this component with IE11 sometime it works fine and a lot of time the browser freezes.

In the following link, I read this is a bug in IE11:  http://www.telerik.com/forums/radasyncupload-freezes

 

Do you have a solution or workaround about it? Comment: in the company the most users use IE11.



 

Nencho
Telerik team
 answered on 10 Jun 2015
3 answers
293 views

Hi,

When setting the maxlength and using multiline, you can paste more characters than you can type!

In your demo:

http://demos.telerik.com/aspnet-ajax/input/examples/radtextbox/firstlook/defaultcs.aspx

  • Set the maxlength to 10.
  • Paste the following​ in the multiline textbox:

1
2
3
4
5

All of the lines are pasted, but this should not be possible since a new-line should count as 2 chars!

When trying to write this text with the keyboard it will stop at "4".

Tried this in both Firefox and IE11.

Regards
Andreas

Kostadin
Telerik team
 answered on 10 Jun 2015
2 answers
264 views
Hi to all,

I have an issue in Rad Tree view. I need to insert Node to present Tree view Find Parent and do that process by client Side any one Help me,


How to Find parent Node and add child Node to that by Button Click.


Thanks in advance
Gokul
Top achievements
Rank 1
 answered on 10 Jun 2015
6 answers
149 views

Hello everyone,

After saving pdf files uploaded by AsyncUpload (using UploadedFile.SaveAs method), I could not view saved files' content in radwindow. However, if I changed the saved files with original files (have not been saved via AsyncUpload), the pdf files would be displayed properly in radwindow.

Do you have any ideas about my issue?

Linh Hoang
Top achievements
Rank 1
 answered on 10 Jun 2015
16 answers
1.4K+ views
I'm trying to setup a RadGrid in a Table that has a height and width set to 100% so that it can expand and contract as the user resizes their browser (I'm only using IE).  Inside the table I'd like to setup the RadGrid so that it will automatically expand and contract to fill the container (table cell) and to scroll the records when necessary.  In other words, I want the column headers to stay fixed at the top, the paging portion to stay fixed at the bottom and the scroll bar to show up for the data records if the page is not large enough to display all the records.

FYI... the records per page is a variable loaded at runtime.

I've found some other threads in the forum that talk about different work arounds using javascript at runtime.  I've tried this and it works sometimes.  But due to the complexity of my page, when some of the other javascript on the page executes it causes the RadGrid to collaps in size so that only the header, footer and a sliver of one record is visible.  There has to be a more stable way.

If I try to set the RadGrid height to 100% and the scroll height to 100% the grid also shriks its height to almost nothing.
Geoff
Top achievements
Rank 1
 answered on 09 Jun 2015
1 answer
88 views

Hi Team,

 I am using 2012.1.411.40 version of Telerik and i am upgrading my application with the latest version, i would like to know that is there any problems arises with the previous rad controls and is the previous version of rad controls will be compatible with the newer vesion of rad controls.

 

Regards,

A.Shrujan

 

Marin Bratanov
Telerik team
 answered on 09 Jun 2015
17 answers
669 views

I have a radGrid with plan and actual numerical values. These numbers fall under a specific period. For example I want to run the report for 1 year. The periods would be January of this year through December of this year.

 

I want the 2 columns Plan and Actual to appear underneath each period.

Something like this:

 

    January 2015

Plan           Actual

 My datatable has one row per period. So row 1 would contain the plan and actual value for January of 2015. Row 2 would contain the plan and actual values for February of 2015.

 

I have all of this working without the Period groupheader. 

 One last thing. It has to all be done in the code behind. Dynamic creation of the group header.

 Can someone point me in the right direction?

 Thanks,

Julian

Julian
Top achievements
Rank 1
 answered on 09 Jun 2015
4 answers
365 views

I'd like to have a multipage that has a tab for different document types. Clicking the "TAB-A" tab would let you select files, then click on "TAB-B" and select more files. When you are all done, click "Upload" and have all the files in each control process.

 I've run into an issue where I'm unable to have multiple events of .FileUploaded. The postback triggers the control's event to start processing but If I add more than 1 and create an event it shows it's not a valid move to have more than one  .FileUploaded events per page.

Am I doing this incorrectly or is it not possible to use multiple AsyncUpload controls on the same page?

 See Photo below where controls 2 & 3 are not happy since it's using the same event as control 1 (not shown)

​

Ivan Danchev
Telerik team
 answered on 09 Jun 2015
14 answers
397 views
We are having a couple of issues with the RadComboBox not reloading when the selection has been cleared.  These issues only appear in Internet Explorer and can be reproduced on Telerik's website at http://demos.telerik.com/aspnet-ajax/combobox/examples/default/defaultcs.aspx

Issue #1:
1. Click into the Region RadComboBox.
2. Type or paste a valid value into the Region ComboBox ("Cambridge" is a good example)
3. Click or Tab out of the RadComboBox and it will reload with only the item that was typed into it.
4.  Click back into the Region RadComboBox.
5. Clear the Highlighted text with delete or backspace; notice the list does not request new items and reload.

Issue #2:
Click or Tab out of the field again; notice that the text area is populated with the old value.

Issue #2 is probably a direct result of the item list keeping the previous selection in Issue#1.  We need the RadComboBox to reload the original list when the selection is cleared out of it.


Ivan Danchev
Telerik team
 answered on 09 Jun 2015
3 answers
247 views

So I threw together about the most simple test I could (there's literally nothing on the page except the hamburger) to see what it would look like on a mobile device, and it works just fine on my desktop (hamburger displays, clicking with mouse expands the navigation below) but, as soon as I check it on any mobile device or using the developer tools in Chrome, the hamburger is still displayed but pressing on it does nothing. I've removed nothing from the code below and the only additional change I've made to the site was to include the reference to the sitemap within the Web.config file. Any ideas as to why such a simple example is not being kind to me?

 

ASPX Page

______________________________________________________

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="TestSite.Mobile.test" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>
        <telerik:RadMenu ID="RadMenu1" RenderMode="Mobile" runat="server" ShowToggleHandle="true" Height="115px" Skin="MetroTouch" CssClass="t-rwd-menu-mobile" DataSourceID="dsMobileSitemap"></telerik:RadMenu>        
        <asp:SiteMapDataSource ID="dsMobileSitemap" runat="server" ShowStartingNode="False" SiteMapProvider="mobileSitemap" />
    </form>
</body>
</html>

 

ASPX.CS Page​

______________________________________________________

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Telerik.Web.UI;

namespace TestSite.Mobile
{
    public partial class test : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {
        }
    }
}

 

mobile.sitemap

______________________________________________________

<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
    <siteMapNode url="~/" title="home"  description="Home">
        <siteMapNode url="~/Mobile/Default.aspx" title="home"  description="Home" />
        <siteMapNode url="~/Mobile/Contact.aspx" title="contact us"  description="Contact Us" />
        <siteMapNode url="~/Mobile/DemoRequest.aspx" title="request a demo"  description="Request a Demo" />
    </siteMapNode>
</siteMap>

Ivan Danchev
Telerik team
 answered on 09 Jun 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?