Hello
I I have the following column setup ( it is part of the radgrid, this particular configuration provides necessary visual appearance . Other columns on the grid are filterable.)
<telerik:GridTemplateColumn AllowFiltering="true" HeaderText='Select' >
<FilterTemplate>
<asp:CheckBox ID="chkSelectAll" runat="server" OnClientClick ="CheckUncheckAll(this)" />
</FilterTemplate>
<ItemTemplate>
<asp:CheckBox ID="chkStatus" runat="server" />
</ItemTemplate>
<HeaderStyle Width="30px" HorizontalAlign="Center" />
</telerik:GridTemplateColumn>
When I click on filter bar checkbox, I want to catch this event and process it in client-side javascript. It does not fire in this configuration. It does fire in <headertemplate> , but I need this setup for specific appearance.
Can somebody from telerik support point to the right combination of attributes/tags/events ? Thank you.
Is there a way to hide tree lines for top level items in a tree list? See the attached picture - I'm hoping to only show the tree lines for the items highlighted.
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.
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>
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
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>
<
html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<
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
>
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
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
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