I have a grid on a page, and for the edit settings, I have it set to Template with my own built add/edit area. In this area, I have a RadEditor and two RadDateTimePickers. On my MasterPage, I have the Telerik ScriptManager with some JS files loaded. When I try to add or edit an item for my grid, I am presented with my entry area BUT I am unable to select a date from either of the RadDateTimePickers. The console shows "Uncaught TypeError: p.onEvent is not a function" in the Telerik.Web.UI.WebResource.axd.
My markup is this:
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> <div class="grid-outline"> <b>Alerts</b> <telerik:RadAjaxLoadingPanel runat="server" ID="radLpAlerts"></telerik:RadAjaxLoadingPanel> <telerik:RadGrid runat="server" ID="radAlerts" AllowPaging="True" AllowSorting="True" ShowHeader="True" GridLines="None" OnNeedDataSource="radAlerts_OnNeedDataSource" OnItemCommand="radAlerts_OnItemCommand" OnItemDataBound="radAlerts_OnItemDataBound" OnInsertCommand="radAlerts_OnInsertCommand" OnUpdateCommand="radAlerts_OnUpdateCommand" OnDeleteCommand="radAlerts_OnDeleteCommand"> <ClientSettings AllowColumnsReorder="False" EnableRowHoverStyle="True" EnablePostBackOnRowClick="True"> <Selecting AllowRowSelect="True"></Selecting> <Scrolling UseStaticHeaders="True"></Scrolling> </ClientSettings> <MasterTableView DataKeyNames="alert_id" AutoGenerateColumns="False" AllowMultiColumnSorting="True" EnableHeaderContextMenu="True" CommandItemDisplay="TopAndBottom" Height="100%"> <NoRecordsTemplate>No Active Alerts.</NoRecordsTemplate> <CommandItemSettings ShowAddNewRecordButton="True" ShowCancelChangesButton="False" ShowSaveChangesButton="False" ShowRefreshButton="True" /> <Columns> <telerik:GridEditCommandColumn ButtonType="ImageButton" UniqueName="EditCommandColumn"> <HeaderStyle Width="1%"></HeaderStyle> <ItemStyle VerticalAlign="Top" HorizontalAlign="Left" Width="1%"></ItemStyle> </telerik:GridEditCommandColumn> <telerik:GridButtonColumn ConfirmText="Deactivate this item?" ConfirmDialogType="RadWindow" ConfirmTitle="Deactivate" ButtonType="ImageButton" CommandName="Delete" ConfirmDialogHeight="160px" ConfirmDialogWidth="250px" UniqueName="DeleteColumn"> <HeaderStyle Width="1%"></HeaderStyle> <ItemStyle VerticalAlign="Top" Width="1%"></ItemStyle> </telerik:GridButtonColumn> <telerik:GridBoundColumn DataField="alert_id" HeaderText="ID" Visible="False"></telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="alert_text" HeaderText="Type" AutoPostBackOnFilter="True"> <HeaderStyle Width="50%"></HeaderStyle> <ItemStyle VerticalAlign="Top" HorizontalAlign="Left"></ItemStyle> </telerik:GridBoundColumn> <telerik:GridDateTimeColumn DataField="start_date" HeaderText="Start Date" FilterControlWidth="80%" AutoPostBackOnFilter="True"> <HeaderStyle Width="10%"></HeaderStyle> <ItemStyle VerticalAlign="Top" HorizontalAlign="Left"></ItemStyle> </telerik:GridDateTimeColumn> <telerik:GridDateTimeColumn DataField="end_date" HeaderText="End Date" FilterControlWidth="80%" AutoPostBackOnFilter="True"> <HeaderStyle Width="10%"></HeaderStyle> <ItemStyle VerticalAlign="Top" HorizontalAlign="Left"></ItemStyle> </telerik:GridDateTimeColumn> <telerik:GridCheckBoxColumn DataField="inactive" HeaderText="Inactive" AutoPostBackOnFilter="True"> <HeaderStyle Width="5%"></HeaderStyle> <ItemStyle VerticalAlign="Top" HorizontalAlign="Left" Width="5%"></ItemStyle> </telerik:GridCheckBoxColumn> </Columns> <EditFormSettings EditFormType="Template"> <EditColumn UniqueName="alert_id"></EditColumn> <FormTemplate> <table class="editTable"> <tr> <td style="width: 50%;"> <telerik:RadEditor runat="server" ID="radAlertText" RegisterWithScriptManager="True" EnableResize="True" Width="100%"></telerik:RadEditor> <asp:RequiredFieldValidator runat="server" ID="rvAlertText" ControlToValidate="radAlertText" ErrorMessage="Please enter alert text" Display="Dynamic">*</asp:RequiredFieldValidator> </td> </tr> <tr> <td> <telerik:RadDateTimePicker runat="server" ID="radAlertStartDateTime" Width="90%"> <Calendar> <SpecialDays> <telerik:RadCalendarDay Repeatable="Today"> <ItemStyle BackColor="LightGray" Font-Bold="True" BorderStyle="Solid" BorderColor="Black" BorderWidth="1px"></ItemStyle> </telerik:RadCalendarDay> </SpecialDays> </Calendar> <TimeView Interval="00:15:00" Columns="6"></TimeView> <DateInput DisplayDateFormat="yyyy-MM-dd h:mm tt" DateFormat="yyyy-MM-dd h:mm tt" EmptyMessage="Alert Start Date/Time"></DateInput> </telerik:RadDateTimePicker> <asp:RequiredFieldValidator runat="server" ID="rvStartDate" ControlToValidate="radAlertStartDateTime" ErrorMessage="Please enter a Starting Date" Display="Dynamic">*</asp:RequiredFieldValidator> </td> </tr> <tr> <td> <telerik:RadDateTimePicker runat="server" ID="radAlertEndDateTime" Width="90%"> <Calendar> <SpecialDays> <telerik:RadCalendarDay Repeatable="Today"> <ItemStyle BackColor="LightGray" Font-Bold="True" BorderStyle="Solid" BorderColor="Black" BorderWidth="1px"></ItemStyle> </telerik:RadCalendarDay> </SpecialDays> </Calendar> <TimeView Interval="00:15:00" Columns="6"></TimeView> <DateInput DisplayDateFormat="yyyy-MM-dd h:mm tt" DateFormat="yyyy-MM-dd h:mm tt" EmptyMessage="Alert End Date/Time"></DateInput> </telerik:RadDateTimePicker> </td> </tr> <tr> <td> <asp:CheckBox runat="server" ID="cbInactive" Text="Inactive" Checked="False" /> </td> </tr> <tr> <td colspan="2"> <telerik:RadSpell runat="server" ID="rsSpell" ControlsToCheck="txtGradeType" IsClientID="True" SpellCheckProvider="PhoneticProvider" /> </td> </tr> <tr> <td colspan="2"> </td> </tr> <tr> <td colspan="2" style="text-align: left"> <asp:Button runat="server" ID="btnUpdate" Text='<%# (Container is GridEditFormInsertItem) ? "Insert" : "Update" %>' CommandName='<%# (Container is GridEditFormInsertItem) ? "PerformInsert" : "Update" %>' /> <asp:Button runat="server" ID="btnCancel" Text="Cancel" CommandName="Cancel" CausesValidation="False" /> </td> </tr> </table> </FormTemplate> </EditFormSettings> </MasterTableView> </telerik:RadGrid> </div></asp:Content>Is there something I have to do to get the controls to play nice on the page?
I have been battling with this for days and cannot find a solution. There is not a hard-coded height anywhere. Why is the height of this window so big overall and how can I fix it?
<telerik:GridButtonColumn CommandName="Delete" Text="Delete" UniqueName="DeleteColumn"></telerik:GridButtonColumn>ButtonType="ImageButton"


How can I arrange the following rad combo box items into two columns so that the expand down is not so huge as its now. Is it possible?. I would like to keep the list items to two separate columns with checkboxes being on both the columns. This rad comboxbox is part of radgrid edit template.
Ps: I need the checkboxes on both the columns unlike the example in Telerik demos for multi column. Thank You
<telerik:RadComboBox ID="rcmbFormsAndDimensions" runat="server" CheckBoxes="true" Text='<%# Bind("Form_Dimensions") %>' Width="650px" CheckedItemsTexts="DisplayAllInInput" >
<Items >
<telerik:RadComboBoxItem Text="single pen" />
<telerik:RadComboBoxItem Text="shotgun" />
<telerik:RadComboBoxItem Text="double-shotgun" />
<telerik:RadComboBoxItem Text="camelback" />
<telerik:RadComboBoxItem Text="double pen" />
<telerik:RadComboBoxItem Text="hall-parlor" />
<telerik:RadComboBoxItem Text="saddlebag" />
<telerik:RadComboBoxItem Text="creole cottage" />
<telerik:RadComboBoxItem Text="dog trot" />
<telerik:RadComboBoxItem Text="central-hall" />
<telerik:RadComboBoxItem Text="gable-ell" />
<telerik:RadComboBoxItem Text="bungalow" />
<telerik:RadComboBoxItem Text="pyramidal cottage" />
<telerik:RadComboBoxItem Text="Queen Anne cottage" />
<telerik:RadComboBoxItem Text="central-hall, 2 pile cottage" />
<telerik:RadComboBoxItem Text=" bluffland cottage" />
<telerik:RadComboBoxItem Text="central-hall I-house" />
<telerik:RadComboBoxItem Text="double-pen I-house" />
<telerik:RadComboBoxItem Text="hall-parlor I-house" />
<telerik:RadComboBoxItem Text="Creole house" />
<telerik:RadComboBoxItem Text="central hall, 2 pile house" />
<telerik:RadComboBoxItem Text=" Queen Anne house" />
<telerik:RadComboBoxItem Text="four square" />
<telerik:RadComboBoxItem Text="minimal tradition cottage" />
<telerik:RadComboBoxItem Text="split level" />
<telerik:RadComboBoxItem Text="ranch" />
<telerik:RadComboBoxItem Text="row house" />
<telerik:RadComboBoxItem Text="warehouse" />
<telerik:RadComboBoxItem Text="depot" />
<telerik:RadComboBoxItem Text="skyscraper" />
<telerik:RadComboBoxItem Text=" commercial row bldg." />
<telerik:RadComboBoxItem Text=" freestanding commercial" />
<telerik:RadComboBoxItem Text=" single-crib barn" />
<telerik:RadComboBoxItem Text="transverse-crib barn" />
<telerik:RadComboBoxItem Text="other" />
</Items>
</telerik:RadComboBox>​
Hi!
Is it possible to set the greater value on the center of the donut? The goal is to reach something like picture attached. Thanks in advance for any help
I have a series of detail tables (3 deep) within a radgrid.
I have defined HierarchyDefaultExpanded="true" to automatically expand all the detail grids.
Screen real-estate is at a premium. I wish to remove the expand/collapse column, and prevent the detail grids from indenting.
I have attempted to use CSS to defined a left-margin of 0px. I have attempted to replace the default images w/ very small GIFs. I've tried about every solution I've been able to google, but nothing appears to work.
The best I can do is "hide" the column, but, when I do that, the child grids are then indented by one column of its parent grid, which is even worse in terms of real estate.
How can I remove the expand/collapse column completely, and make it so the master/child grids are all left-justified to the left-most side of the window?