Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
267 views
Hi,

I am formatting a column ( Amount) based on another column ( Flag). I want to hide the column 'Flag' in grid PreRender. Can someone help me on how to achieve it?

Thanks in advance.
ts
Top achievements
Rank 1
 answered on 26 Sep 2014
2 answers
105 views
Hi

I seem to have hit a problem using the RadEditor in Chrome. When I try to use the RadEditor within a JDash editor window the RadEditor becomes completely unresponsive. I can click the buttons in the toolbar but I can cannot add text and the bottom three buttons (Design/HTML/Preview) also do not appear. When I investigated any potential errors within Chome I saw the following error:

Uncaught InvalidAccessError: Failed to execute 'setTimeout' on 'Window': No script context is available in which to execute the script.

Additionally, when I click on the RadEditor a few times I receive a blue window from Chrome stating that something went wrong while displaying the webpage and that I should reload. This does not happen when the RadEditor is on the page.

Yet strangely, the RadEditor works perfectly in Internet Explorer. Does anyone have a possible solution?

Thanks!

Danail Vasilev
Telerik team
 answered on 26 Sep 2014
1 answer
91 views
In our current version (currently 2 version behind current)  of the RADAjax editor, we are getting request from customers that when trying to change the boarders for all cells in a table is not intuitive.
Today the need to:
- Select the table
- Select table properties
- Cell properties
- Select all the cells
- Select Style Builder and set the boarders.

Is there a way to simplify this to say cell properties or boarder properties for the cells in a single button or option?
Marin Bratanov
Telerik team
 answered on 26 Sep 2014
1 answer
109 views
I have a raddocklayout with 2 docking zone. When i drag a usercontrol in one zone i dynamically create a dock and append usercontrol in it. This work very well but in the user control I have a radcombobox and a radgrid. My problem is when i change value in my radcombobox, all the radlayout is refresh. I don't want it. I want only refresh my grid. Is it possible to do this ?
Slav
Telerik team
 answered on 26 Sep 2014
1 answer
92 views
Hello Telerik Team,

We have used the UI for ASP.NET AJAX Telerik toolkit in our application. Recently we have upgraded the Telerik version from older version “2012.2.724.35” to the new version “2014.2.724.45”. After upgrading the Telerik version we are facing some functionality issues. We need your help on identifying the fix for following mentioned issue. 

Following is the issue which we are facing after upgrading Telerik Version to “2014.2.724.45” i.e. UI for ASP.NET AJAX Q2 2014:

Issue: Basically the issue is, we have used a Telerik combobox and on its OnClientDropDownOpening="OnClientDropDownOpenedHandler" event, we have written a JavaScript function which will scroll the vertical scroll bar of that combobox at the top every time we will open that combobox for the first time. Now before upgrading the Telerik version to “2014.2.724.45” our JavaScript function used to work properly and it returned the object with proper data. Please refer the attach image "BeforeTelerikUpgrade.png"

Now, after upgrading the Telerik version to “2014.2.724.45” the same JavaScript function that we have written on the OnClientDropDownOpening="OnClientDropDownOpenedHandler" does not return the proper result. Please refer the attach image "AfterTelerikUpgrade.png".

Just to let you know we haven’t done any code changes to the JavaScript function after upgrading the telerik version. We are using IE7 document mode for our website. Also after upgrading the Telerik version to “2014.2.724.45” whenever we scroll the vertical scroll bar of that combobox then it forcefully goes at the top and starts flickering which did not used to happen before we have upgraded the Telerik version.

Please can anyone help us to identify the fix for this problem? Is this the issue related to the upgraded Telerik version“2014.2.724.45”? And is there any other workaround to resolve this issue without breaking our existing functionality where when we click on the combobox then the vertical scroll bar will remain at the top position?

Thanks,
Riz
Plamen
Telerik team
 answered on 26 Sep 2014
1 answer
74 views
The option to view source in the browser shows source for the parent window. How to view the source for a radwindow?
Marin Bratanov
Telerik team
 answered on 26 Sep 2014
1 answer
137 views
I have a Radwindow like this:
<telerik:RadWindowManager ID="ImportRadWindowManager" runat="server" >
<Windows>
<telerik:RadWindow runat="server" ID="ImportRadWindow" EnableShadow="true" Width="400px" Height="210px" Modal="true">
<ContentTemplate>
<div style="text-align: center;margin:15px">

<telerik:RadAsyncUpload ID="PriorRadAsyncUpload" runat="server" Width="220px" Style="margin-bottom: 0px" MaxFileInputsCount="1" ValidateRequestMode="Enabled" AllowedFileExtensions=".CSV,.EX1" InputSize="37" TemporaryFileExpiration="10.00:00:00" OnFileUploaded="PriorRadAsyncUpload_OnFileUploaded">
</telerik:RadAsyncUpload>
<span style="margin: 0px; padding: 0px; font-size: 11px; color: #808080; font-style: italic; font-family: Arial, Helvetica, sans-serif; font-size:8pt;" >Select files to upload (.CSV,.EX* ) </span><br/>
<asp:CustomValidator runat="server" ID="CustomValidator" ClientValidationFunction="validateUpload" ErrorMessage="Error" />
<telerik:RadButton ID="btnUploadRadButton" CausesValidation="true" runat="server" Text="Import" OnClick="btnUploadRadButton_OnClick"></telerik:RadButton>
<telerik:RadButton ID="btnCancelRadButton" runat="server" Text="Cancel" OnClick="btnCancelRadButton_OnClick"></telerik:RadButton>

</div>
</ContentTemplate>
</telerik:RadWindow></Windows>
</telerik:RadWindowManager>

When I click on the yes delete button the parent page gets postback. when the postback happens the radwindow gets closed. I need to validate the AsyncUpload inside the radwindow. Would you please help me?
Marin Bratanov
Telerik team
 answered on 26 Sep 2014
6 answers
182 views

Hi,

I want to create a simple upload mechanism to Azure. I want to have a text field whre the user will enter some text and that text will became the folder name in Azure storage for that upload.



How it would be recomended to do?



Hristo Valyavicharski
Telerik team
 answered on 26 Sep 2014
1 answer
90 views
Hi,

Is there any way to get decent styling on the checkboxes in a combo box?  The formdecorator seems to ovelook combo box based checkboxes and leaves them at the browser default appearance.

Regards

Jon
Magdalena
Telerik team
 answered on 26 Sep 2014
1 answer
60 views
Syntax error: Undefined variable: "$button-hovered-gradient". on line 71 of ./Metro/DropDownList.Metro.scss 66: // Hovered state 67: .rddlHovered { 68: border-color: $button-hovered-border; 69: color: $button-hovered-color; 70: background-color: $button-hovered-bg; 71: background-image: linear-gradient( $button-hovered-gradient ); 72: 73: 74: // Textbox 75: .rddlFakeInput {} 76: 
 
 
 
 
     
    

After upgrading to the latest hotfix (Telerik_UI_for_ASP.NET_AJAX_2014_2_923_Dev_hotfix) I'm getting the above error when loading a aspx page with a single DropDownList.

The page renders, however at the to the error is inserted.

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="TEST.aspx.vb" Inherits="TEST" %>
 
<!DOCTYPE html>
 
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <telerik:RadScriptManager runat="server" ID="sm"></telerik:RadScriptManager>
        <telerik:RadDropDownList runat="server" ID="x"></telerik:RadDropDownList>
    </div>
    </form>
</body>
</html>



    
    
 

 


   
Morten
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 26 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?