or

| <telerik:GridBoundColumn DataField="LineNotes" DataType="System.String" |
| HeaderText="Notes" SortExpression="LineNotes" UniqueName="LineNotes"> |
| </telerik:GridBoundColumn> |
| renders as |
| <input name="RadGrid1$ctl00$ctl02$ctl03$ctl00" type="text"/> |
<telerik:RadMultiPage ID="RadMultiPage1" runat="server"> <telerik:RadPageView ID="RadPageViewIntro" runat="server" Selected="true"> <li><asp:Label ID="Label1" runat="server" Text="Due at(time) hours:" AssociatedControlID="lsthh"></asp:Label> <telerik:RadComboBox ID="lsthh" runat="server" AppendDataBoundItems="True" AutoPostBack="True" CausesValidation="False" OnSelectedIndexChanged="lsthh_SelectedIndexChanged" Width="50px" MaxLength="50"> <Items><telerik:RadComboBoxItem Text="Choose One..." Value="0" Selected="True" /> <telerik:RadComboBoxItem runat="server" Text="to be allocated" Value="1" /><telerik:RadComboBoxItem runat="server" Text="shared" Value="2" /></Items></telerik:RadComboBox> <asp:RequiredFieldValidator ID="RFV_lsthh" runat="server" ValidationGroup="Visitor" InitialValue="Choose One..." ControlToValidate="lsthh" ErrorMessage="Please enter time in hours of visit">*</asp:RequiredFieldValidator> <b>:</b> <telerik:RadComboBox ID="lstmm" runat="server" AppendDataBoundItems="True" AutoPostBack="True" CausesValidation="False" OnSelectedIndexChanged="lstmm_SelectedIndexChanged" Width="50px"> <Items><telerik:RadComboBoxItem Text="Choose One..." Value="0" Selected="True" /> <telerik:RadComboBoxItem runat="server" Text="to be allocated" Value="1" /><telerik:RadComboBoxItem runat="server" Text="shared" Value="2" /></Items></telerik:RadComboBox> <asp:RequiredFieldValidator ID="RFV_lstmm" runat="server" ValidationGroup="Visitor" InitialValue="Choose One..." ControlToValidate="lstmm" ErrorMessage="Please enter time in minutes of visit">*</asp:RequiredFieldValidator></li> </li> <li><asp:ValidationSummary ID="validationSummary1" runat="server" ValidationGroup="Visitor" /> <asp:Button ID="bnVistors" runat="server" CausesValidation="true" OnClick="bnVisitors_Click" Text="Next" ValidationGroup="Vistor" /></li></ol></telerik:RadPageView> <telerik:RadAjaxManager runat="server" ID="radAjaxManager"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="imgbtnSubmit"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="rgrdInstances" LoadingPanelID="radLoadingPanel" /> </UpdatedControls> </telerik:AjaxSetting> <telerik:AjaxSetting AjaxControlID="rgrdInstances"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="rgrdInstances" LoadingPanelID="radLoadingPanel" /> <telerik:AjaxUpdatedControl ControlID="litAlert" /> </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings> </telerik:RadAjaxManager><%@ Control Language="C#" AutoEventWireup="true" CodeFile="EditorTest.ascx.cs" Inherits="EditorTest" %><%@ OutputCache Duration="3600" VaryByParam="none" %><%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> <telerik:RadEditor Height="300px" ID="RadEditor1" EnableResize="false" style="margin-top: 50px" ToolbarMode="ShowOnFocus" EnableViewState="false" runat="server" EditModes="Design"> <Modules> <telerik:EditorModule Visible="false" /> </Modules> <Tools> <telerik:EditorToolGroup> <telerik:EditorTool Name="AjaxSpellCheck" /> <telerik:EditorTool Name="FindAndReplace" ShortCut="CTRL+F" /> <telerik:EditorTool Name="Cut" /> <telerik:EditorTool Name="Copy" ShortCut="CTRL+C" /> <telerik:EditorTool Name="Paste" ShortCut="CTRL+V" /> <telerik:EditorTool Name="PasteStrip" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="Undo" ShortCut="CTRL+Z" /> <telerik:EditorTool Name="Redo" ShortCut="CTRL+Y" /> </telerik:EditorToolGroup> <telerik:EditorToolGroup> <telerik:EditorTool Name="SelectAll" ShortCut="CTRL+A" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="Bold" ShortCut="CTRL+B" /> <telerik:EditorTool Name="Italic" ShortCut="CTRL+I" /> <telerik:EditorTool Name="Underline" ShortCut="CTRL+U" /> <telerik:EditorTool Name="StrikeThrough" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="JustifyLeft" /> <telerik:EditorTool Name="JustifyCenter" /> <telerik:EditorTool Name="JustifyRight" /> <telerik:EditorTool Name="JustifyFull" /> <telerik:EditorTool Name="JustifyNone" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="Indent" /> <telerik:EditorTool Name="Outdent" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="InsertOrderedList" /> <telerik:EditorTool Name="InsertUnorderedList" /> <telerik:EditorTool Name="ToggleTableBorder" /> </telerik:EditorToolGroup> </Tools> </telerik:RadEditor>
Hi,
We created a custom skin for RadSlider, but it is not working. We are using sitefinity v.3.7 . We followed the istructions in the documentations. Do you have an example project or demonstation for how to implement a custom skin for RadSlider.
Thanks in advance..