Telerik Forums
UI for ASP.NET AJAX Forum
14 answers
301 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
155 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
223 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
95 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
677 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
133 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
67 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
1 answer
93 views
I have grids on several pages in my application.
I want to add a tooltip for export buttons which I will have to do programatically since it's not doing it any other way.
Is there a way I can just specify that function in my base class and every grid automaticaly implements that so that i don't have to call that function in each page I have the grid on?
Kostadin
Telerik team
 answered on 12 May 2014
1 answer
282 views
hi, i have dynamically creted a radhtmlchart in code behind , now i want to wrap the text of chart tiltle or axis title using C#

i have tried like this

// ChartTitle.TextBlock.Appearance.AutoTextWrap
         // Axis.Appearance.TextAppearance.AutoTextWrap
         // RadHtmlChart1.PlotArea.YAxis.TitleAppearance = Telerik.Charting.Styles.AutoTextWrap.True;
         // RadHtmlChart1.ChartTitle.Appearance.Align = Telerik.Charting.Styles.AutoTextWrap.True;
        // RadHtmlChart1.PlotArea.YAxis.TitleAppearance.tex = Telerik.Charting.Styles.AutoTextWrap.True;
         // RadHtmlChart1.PlotArea.YAxis.TitleAppearance.TextStyle=Telerik.Web.UI.HtmlCha
       // RadHtmlChart1.ChartTitle.Appearance.TextStyle=Telerik.Web.UI.HtmlChart.TextStyles.

but none of them work .

any help ?
Shinu
Top achievements
Rank 2
 answered on 12 May 2014
1 answer
164 views
How do you activate the context menu on IPad. I pressed and help and all I get is Open Javascript. I have been unable to figure out how to display the context menu. Respectfully, Tre'
Venelin
Telerik team
 answered on 12 May 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?