Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
128 views

We have a standard in our application that all grids should have ClientSettings-AllowScroll to be set to Yes so that the grid container always resides within the bounds of the viewport. We would like to implement a feature that would allow users to click on a "Full Screen" button that would expand the grid container to be full screen and disable the internal scrolling.

 

Has anyone ever implemented a feature similar to this? There's nothing in the client-side API that would allow us to just disable the scrolling so our UI team is considering trying to modify the CSS to alter the vertical and horizontal overflow, but we're concerned this would have potentially disastrous side effects. 

 

If anyone has any creative ideas for how this might be accomplished, we're completely open to whatever approach might fulfill this requirement.

Matt DiPietro
Top achievements
Rank 1
 asked on 20 Apr 2017
1 answer
163 views

I have users in China that access my application hosted internally.  I'm getting timeout errors pulling down the Radcontrol javascript files.  Is it possible to redirect the javascript that the controls use to a local source?  Specifically these:

<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/Core.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/jQuery.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/jQueryInclude.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/Popup/PopupScripts.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/jQueryPlugins.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/TouchScrollExtender.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/Helpers/IETouchActionManager.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/Widgets/Draggable.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/Widgets/Resizable.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/ShortCutManager/ShortCutManagerScripts.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/MaterialRipple/MaterialRippleScripts.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/AnimationFramework/AnimationFramework.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/Animation/AnimationScripts.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Window/RadWindowScripts.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Window/RadWindowManager.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/FormDecorator/RadFormDecorator.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/Scrolling/ScrollingScripts.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/Navigation/OData/OData.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/Navigation/NavigationScripts.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Common/Navigation/OverlayScript.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Menu/RadMenuScripts.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Menu/MenuItem/RadMenuItem.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Menu/Views/ClassicView.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/ComboBox/RadComboBoxScripts.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/ComboBox/Views/ClassicView.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/TabStrip/RadTabStripScripts.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/TabStrip/Views/ClassicView.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/TabStrip/MultiPage/RadMultiPageScripts.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Input/TextBox/RadInputScript.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Button/RadButtonScripts.js" type="text/javascript"></script>
<script src="https://d2i2wahzwrm1n5.cloudfront.net/ajaxz/2017.1.118/Grid/RadGridScripts.js" type="text/javascript"></script>

Marin Bratanov
Telerik team
 answered on 20 Apr 2017
6 answers
116 views

When using the jscript function as this post http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/client-side-programming/gridcolumn-object/methods/resizetofit-  with a editable grid in form type cause "InvalidAccessError: A parameter or an operation is not supported by the underlying object" with build 2017.1.213.40.

 

The edit mode enables correctly but the form moves near the last columns of the grid, so scrolling is needed to rearch the edit form.

When the script is removed the jscript error disappear but the columns are not visible as the width of each one is too much small.

Is there any other way to auto fit columns? this error did not happen with previous version

Vessy
Telerik team
 answered on 20 Apr 2017
3 answers
312 views
Hey, 


   I set my TemporaryFolder to a temporary folder where the DefaultAppPool has read and write access.  One of my RadAsyncUploadControls uses an httphandler to save files to this folder using the base.Process() method. There is no problem with this.

   I have another AsyncUpload control which I'm trying to Save the file to this temporary folder using the SaveAs method.  When I execute the SaveAs method, it successfully saves this file into the temp folder with a random string appended to it as it should, then throws an access denied error.  This doesn't make much sense to me, since it successfully saved the file already in its entirety.  Any ideas why this is happening?
Peter Milchev
Telerik team
 answered on 20 Apr 2017
1 answer
153 views

I have updated Telerik to the newest version (2017.1.228.40) and now the skin (Windows7) of the RadProgressBar seems broken (see attachement).

Code:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="ProgressBar.Default" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
 
<!DOCTYPE html>
 
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
        <telerik:RadScriptManager ID="radScriptManager" runat="server" />
        <div>
            ProgressBar with default skin
            <telerik:RadProgressBar ID="radProgressBar1" runat="server" BarType="Percent" Value="65" /><br /><br />
 
            ProgressBar with Windows7 skin
            <telerik:RadProgressBar ID="radProgressBar2" runat="server" BarType="Percent" Value="65" Skin="Windows7" /><br /><br />
 
            Button with Windows7 skin
            <telerik:RadButton ID="radButton" runat="server" Text="Button with Windows7 skin" Skin="Windows7" />
        </div>
    </form>
</body>
</html>

 

Marin Bratanov
Telerik team
 answered on 20 Apr 2017
0 answers
123 views

Hi, I have a RadTreeView with dynamic levels and checkable nodes based on conditions. Some levels may have some checkable nodes or all checkable nodes.

I use the OnClientNodeChecked event to keep the ID of the checked nodes in a hidden field for later use and to update a checked node counter.

If and only if the user shift + click on a checkbox then all the checkable child nodes should be checked.(or unchecked).

To achieve this, I intended to use the shiftKey event from the eventsArgs of the OnClientNodeChecked event handler but I noticed it is undefined. I also noticed that many events are undefined such as the altKey and the ctrlKey events.

 

Is there a way to get the shiftKey status in the OnClientNodeChecked event handler?

Answered in http://www.telerik.com/forums/radtreeview-compatibility-issues-with-ie-11

Gonzalo
Top achievements
Rank 1
 asked on 20 Apr 2017
0 answers
279 views

Hello,

Sometime the calendar unable to display last day of weak in month view and appointment is also shrink(find screenshot "error.png"). after refreshing the page again and again its working fine(screenshot "working fine.png").

How do I Solve it...

Thanks,

Rachit

Rachit
Top achievements
Rank 1
 asked on 20 Apr 2017
3 answers
196 views

Hi

I have exported an aspx page just fine but the output file is too big.

Is there a way to scale down the size (width) of the export pdf?

I'm looking at this example and there's no property in pdfSetting for paper scale

http://docs.telerik.com/devtools/aspnet-ajax/controls/clientexportmanager/client-side-programming/overview

 

 

Thanks,

 

Khrizz

Ivan Danchev
Telerik team
 answered on 20 Apr 2017
0 answers
77 views

hi all,

i am using Telerik Reporting to display QR Barcode to user. i am not able to include Tab in between the data.

 

how include tab in between data in QR Barcode.

QR barcode settings in attached file.

Raj
Top achievements
Rank 1
 asked on 20 Apr 2017
0 answers
74 views

Hi Experts,

I want to bind data to linkbutton or show column inside Grid only only when data is coming from database .

My code as follows:-

<telerik:GridTemplateColumn HeaderText="Assigned" SortExpression="Assign"><br>                    <ItemTemplate><br>                        <asp:LinkButton runat="server" ID="lnkAssign" CausesValidation="false" CommandName="AssignClick"<br>                        Text='<%#Eval("Assign")%>'  OnClick="lnk_Click"></asp:LinkButton><br>                    </ItemTemplate><br>                </telerik:GridTemplateColumn>

 

I have also written code in C# to hide column

protected void rgDenialWorkList_PreRender(object sender, EventArgs e)<br>    {<br>            if (int i == "1")<br>        {<br>            rgDenialWorkList.MasterTableView.GetColumn("Assign").Visible = false;<br>        }<br>    }

 

I am getting error: DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'Assign'.

Please Help

Rahul
Top achievements
Rank 1
 asked on 20 Apr 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?