Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
463 views
Using the provided code - the modal closes but the overlay is left open ... what am I doing wrong?

var window;
function OpenWindow(){
   window = $find('<%= mywindow.ClientID %>');
   window.show();
}
 
function CloseWindow(){
   window.hide();
}
Marin Bratanov
Telerik team
 answered on 03 Oct 2013
4 answers
198 views

Hi, i want the RadDatePicker to view multible months, so i used RadCalendar with MultiViewColumns="3" as shared calendar
and this is my code

<telerik:RadDatePicker ID="RadDatePicker1" runat="server" SharedCalendarID="RadCalendar1" >
</telerik:RadDatePicker>
<telerik:RadCalendar ID="RadCalendar1" Runat="server" 
    MultiViewColumns="3" EnableMultiSelect="False"  AutoPostBack="True" >
</telerik:RadCalendar>

now when clicking on date popup button, postback is done and i'm not able to select a date.

Eyup
Telerik team
 answered on 03 Oct 2013
1 answer
137 views
Hi,

I configured ajax manajar as follow:
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" DefaultLoadingPanelID="RadAjaxLoadingPanel1" EnablePageHeadUpdate="False">
                <AjaxSettings>
                    <telerik:AjaxSetting AjaxControlID="typeRadio">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="uplPanel" UpdatePanelCssClass="" />
                            <telerik:AjaxUpdatedControl ControlID="certifiedPanel" UpdatePanelCssClass="" />
                            <telerik:AjaxUpdatedControl ControlID="instructionsLiteral" UpdatePanelCssClass="" />
                            <telerik:AjaxUpdatedControl ControlID="RequiredFieldValidator8" />
                        </UpdatedControls>
                    </telerik:AjaxSetting>
                    <telerik:AjaxSetting AjaxControlID="adminOfficeCombo">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="uplCombo" />
                        </UpdatedControls>
                    </telerik:AjaxSetting>
                    <telerik:AjaxSetting AjaxControlID="SaveBtn">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="content" LoadingPanelID="RadAjaxLoadingPanel1" UpdatePanelCssClass="" />
                        </UpdatedControls>
                    </telerik:AjaxSetting>
                </AjaxSettings>
            </telerik:RadAjaxManager>


When I select the first or last item in  typeRadio ( a radio list contain 3 items) it does a postback and does not execute the code then display this message "74|updatePanel|bridge_body_RadAjaxManager1SU||" in the same position of the ajax manager in the HTML.

If I disable AJAX on the ajax manager the page works fine.

Best
Maria Ilieva
Telerik team
 answered on 03 Oct 2013
2 answers
653 views
Hi,

I see this message:



RadGrid - gdv_myFormsSystem.IO.FileNotFoundException: Could not load file or assembly 'Telerik.Web.UI, Version=2011.2.712.35, Culture=neutral, PublicKeyToken=1212' or one of its dependencies. The system cannot find the file specified. File name: 'Telerik.Web.UI, Version=2011.2.712.35, Culture=neutral, PublicKeyToken=1212' at Telerik.Web.Design.RadGridDesigner.GetDesignTimeHtml(DesignerRegionCollection regions) at System.Web.UI.Design.ControlDesigner.GetViewRendering(ControlDesigner designer)

How can i fix it?

I tried following:
I removed the reference then added it again, build solution.
I restarted PC but did nto help.

Irfan
Top achievements
Rank 1
 answered on 03 Oct 2013
1 answer
89 views
Hi,
I am using telerik HTML charts with Additional Y Axis feature. Now Both primary YAxis and Additional YAxis is display at same side. 
How can we change position of Additional Y-Axis to right side? 

Marin Bratanov
Telerik team
 answered on 03 Oct 2013
3 answers
174 views
Hi,

I am facing a problem.I want to perform some implementation in Advance Form(which i made customized) through ajax.But it is not working.Simple thing .On one  asp:LinkButton click event i want to update one dropdown list.

Where i add 

  <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" EnableScriptCombine="false">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="RCLocation">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="RTVDoctors" />
                    <telerik:AjaxUpdatedControl ControlID="RadScheduler1" />
                </UpdatedControls>
            </telerik:AjaxSetting>
            <telerik:AjaxSetting AjaxControlID="RTVDoctors">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="RadScheduler1" />
                </UpdatedControls>
            </telerik:AjaxSetting>
            <telerik:AjaxSetting AjaxControlID="RadCalendar1">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="RadScheduler1" />
                </UpdatedControls>
            </telerik:AjaxSetting>
            <telerik:AjaxSetting AjaxControlID="btnSavePatient">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="RCPatient" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>

<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" />

 <telerik:RadScheduler runat="server" ID="RadScheduler1" Width="100%" Height="100%"
   OnDataBound="RadScheduler1_DataBound"
   OnAppointmentDataBound="RadScheduler1_AppointmentDataBound"
   OnClientFormCreated="schedulerFormCreated"
   CustomAttributeNames="AppointmentColor,HCUnitId,EmpId,pt_regid,ExRoomId,AppStatusId,CanReason,DeptId,AppId,AppDate"
   EnableDescriptionField="true"
                AppointmentStyleMode="Default"
                Localization-AdvancedClose="Close"
                StartInsertingInAdvancedForm="true"
                OnClientTimeSlotClick="OnClientAppointmentSlot"
                ShowHoursColumn="true"
                MinutesPerRow="15"
                TimeLabelRowSpan="1"
                RowHeight="25px"
                NumberOfHoveredRows="1"
                FirstDayOfWeek="Saturday"
                LastDayOfWeek="Friday"
                OnFormCreated="RadScheduler1_FormCreated"
                Skin="Sitefinity"
                OnAppointmentCreated="RadScheduler1_AppointmentCreated"
                ResourcePopulationMode="ServerSide"
                OnAppointmentDelete="RadScheduler1_AppointmentDelete"
                >
   
                <AdvancedForm Modal="true" />

                <WeekView HeaderDateFormat="dd-MM" />
                
                <MonthView HeaderDateFormat="dd-MM" />

                <DayView HeaderDateFormat="dd-MM" ShowHoursColumn="true" />
   
                <AppointmentTemplate>
                    <table onmouseover="DisplayAppointmentInfo('<%# Eval("Description") %>');" onmouseout="HideAppointmentInfo();" width="30%" border="0" style="border-style:none;" >
                        <tr>
                            <td style="border-style:none;">                                
                                <%# Eval("Subject") %>
                            </td>
                        </tr>
                    </table>
   </AppointmentTemplate>
   
                <AdvancedEditTemplate>
   <scheduler:AdvancedForm runat="server" ID="AdvancedEditForm1" Mode="Edit" 
   LocationID='<%# Bind("HCUnitId") %>'
                        DoctorID='<%# Bind("EmpId") %>'
                        PatientID ='<%# Bind("pt_regid") %>'
                        RoomID ='<%# Bind("ExRoomId") %>'
                        DepartmentID ='<%# RTVDoctors.SelectedNode.ParentNode.Value %>'
                        AppointmentID='<%# Bind("AppId") %>'
                        AppointmentColor='<%# Bind("AppointmentColor") %>'
                        StatusID ='<%# Bind("AppStatusId") %>'
                        Description ='<%# Bind("CanReason") %>'
                        SelectedDate='<%# Bind("Start") %>'
                        Start='<%# Bind("Start") %>'
   End='<%# Bind("End") %>'
    />
   </AdvancedEditTemplate>
   
                <AdvancedInsertTemplate>
   <scheduler:AdvancedForm runat="server" ID="AdvancedInsertForm1" Mode="Insert" 
                        LocationID='<%# RCLocation.SelectedValue %>'
                        DoctorID='<%# RTVDoctors.SelectedValue %>'
                        DepartmentID='<%# RTVDoctors.SelectedNode.ParentNode.Value %>'
                        SelectedDate='<%# RadCalendar1.SelectedDate %>'
                        AppointmentColor='<%# Bind("AppointmentColor") %>'
   Start='<%# Bind("Start") %>'
   End='<%# Bind("End") %>' />
   </AdvancedInsertTemplate>

                <TimelineView UserSelectable="false" />
       <TimeSlotContextMenuSettings EnableDefault="true" />
       <AppointmentContextMenuSettings EnableDefault="true" />        
   </telerik:RadScheduler>

and my advance form 

 <div id="dvtabs">
            <telerik:RadTabStrip runat="server" ID="RTStripTop" Orientation="HorizontalTop" SelectedIndex="0" MultiPageID="RMPages" CssClass="tabstrip" Skin="Office2010Silver" >
                <Tabs>
                    <telerik:RadTab Text="Appointment">
                    </telerik:RadTab>
                </Tabs>
            </telerik:RadTabStrip>
        </div>
        <telerik:RadMultiPage runat="server" ID="RMPages" SelectedIndex="0" CssClass="multiPage" >
            <telerik:RadPageView runat="server" ID="RPVAppointment" >
                <div class="rsAdvOptionsScroll" style="position: relative; height:100px; background-color:#FFFFFF;" id="dvInsideWindow">
                    <asp:Panel runat="server" ID="AdvancedEditOptionsPanel" CssClass="rsAdvOptions" >
                        <asp:Panel runat="server" ID="BasicControlsPanel" CssClass="rsAdvBasicControls" 
                            OnDataBinding="BasicControlsPanel_DataBinding" >
                              <div>
                                    <table cellpadding="10" cellspacing="10"  width="100%">
                                        <tr>
                                            <td width="10%"></td>
                                            <td width="20%"></td>
                                            <td width="10%"></td>
                                            <td width="60%"></td>
                                        </tr>
                                        <tr>
                                            <td><b>Type</b></td>
                                            <td>New Patient  <input id="chkPatient" type="checkbox" onclick="javascript: OpenRegistrationPanel(this);"/></td>
                                            <td></td>
                                            <td></td>
                                        </tr>
                                    </table>
                              </div>
                            <div id="dvPatient" class="dvPatient" style="height:0%;" >
                                <table cellpadding="10" cellspacing="10" width="100%" style="background-color:#bbe094">
                                    <tr>
                                        <td width="10%"></td>
                                        <td width="14%"></td>
                                        <td width="13%"></td>
                                        <td width="23%"></td>
                                        <td width="20%"></td>
                                        <td width="10%"></td>
                                    </tr>
                                    <tr>
                                        <td>
                                            <telerik:RadComboBox ID="RCTitle" runat="server"  MarkFirstMatch="true" Width="100px" Filter="StartsWith" EmptyMessage="Title">
                                            </telerik:RadComboBox>
                                        </td>
                                        <td>
                                            <telerik:RadTextBox ID="RTPatfname" runat="server" EmptyMessage="First Name">
                                                <ClientEvents OnBlur="OnBlur" />
                                            </telerik:RadTextBox>
                                        </td>
                                        <td>
                                            <telerik:RadTextBox ID="RTPatlname" runat="server" EmptyMessage="Last Name">
                                                <ClientEvents OnBlur="OnBlur" />
                                            </telerik:RadTextBox>
                                        </td>
                                        <td>
                                            <telerik:RadDatePicker ID="RDDOB" runat="server" MinDate="01/01/1900" DateInput-ReadOnly="true" EmptyMessage="Date of Birth">
                                                <Calendar Skin='<%# Owner.Skin %>' UseColumnHeadersAsSelectors="False" UseRowHeadersAsSelectors="False" 
                                                                ViewSelectorText="x" ShowOtherMonthsDays="False" ShowRowHeaders="False"> 
                                                    <SpecialDays> 
                                                        <telerik:RadCalendarDay Repeatable="Today">  
                                                            <ItemStyle CssClass="rcToday" /> 
                                                        </telerik:RadCalendarDay> 
                                                    </SpecialDays> 
                                                </Calendar> 
                                            </telerik:RadDatePicker>
                                        </td>
                                        <td>
                                            
                                        </td>
                                        <td></td>
                                    </tr>
                                    <tr>
                                        <td>
                                            <telerik:RadComboBox ID="RCGender" runat="server"  MarkFirstMatch="true" Width="100px" Filter="StartsWith" EmptyMessage="Gender">
                                                <Items>
                                                    <telerik:RadComboBoxItem Text="Male" Value="1" />
                                                    <telerik:RadComboBoxItem Text="Female" Value="2" />
                                                    <telerik:RadComboBoxItem Text="Other" Value="3" />
                                                </Items>
                                            </telerik:RadComboBox>
                                        </td>
                                        <td>
                                            <telerik:RadMaskedTextBox ID="RMCellNo" runat="server" Width="100%" EmptyMessage="Mobile No"
                                                Mask="(971)-#########">
                                            </telerik:RadMaskedTextBox>
                                        </td>
                                        <td>
                                            <telerik:RadTextBox ID="RTEmailNo" runat="server" EmptyMessage="Email">
                                            </telerik:RadTextBox>
                                        </td>
                                        <td>
                                            <telerik:RadComboBox ID="RCPatientType" runat="server"  MarkFirstMatch="true" Width="100%"  Filter="StartsWith" EmptyMessage="Patient Type">
                                            </telerik:RadComboBox>
                                        </td>
                                        <td>
                                            <asp:LinkButton ID="btnSavePatient" runat="server" OnClick="btnSavePatient_Click" Text="Add" AutoPostBack="true" ValidationGroup="Patient123">
                                            </asp:LinkButton>
                                        </td>
                                        <td></td>
                                    </tr>
                                </table>
                            </div>
                            <div id="dvAppointment" style="background-color:#e6e2e7;height:100%">
                                <table cellpadding="10" cellspacing="10" width="100%" >
                                <tr>
                                    <td Width="15%"></td>
                                    <td Width="34%"></td>
                                    <td Width="15%"></td>
                                    <td Width="34%"></td>
                                    <td Width="2%"></td>
                                </tr>
                                <tr>
                                    <td>Patient</td>
                                    <td>
                                            <telerik:RadComboBox ID="RCPatient" runat="server" MarkFirstMatch="true" Filter="Contains" AppendDataBoundItems="true"  
                                             DropDownAutoWidth="Enabled" EmptyMessage="Choose Patient" HighlightTemplatedItems="true">
                                            <HeaderTemplate>
                    

                           <asp:RequiredFieldValidator runat="server" ID="PatientValidator" ControlToValidate="RCPatient" InitialValue="0" 
                               EnableClientScript="true" Display="Dynamic" CssClass="rsValidatorMsg" />
                            <asp:RequiredFieldValidator runat="server" ID="StartDateValidator" ControlToValidate="StartDate"
                                EnableClientScript="true" Display="None" CssClass="rsValidatorMsg" />
                            <asp:RequiredFieldValidator runat="server" ID="StartTimeValidator" ControlToValidate="StartTime"
                                EnableClientScript="true" Display="None" CssClass="rsValidatorMsg" />
                            <asp:RequiredFieldValidator runat="server" ID="EndDateValidator" ControlToValidate="EndDate"
                                EnableClientScript="true" Display="None" CssClass="rsValidatorMsg" />
                            <asp:RequiredFieldValidator runat="server" ID="EndTimeValidator" ControlToValidate="EndTime"
                                EnableClientScript="true" Display="None" CssClass="rsValidatorMsg" />
                            <asp:CustomValidator runat="server" ID="DurationValidator" ControlToValidate="StartDate"
                                EnableClientScript="false" Display="Dynamic" CssClass="rsValidatorMsg rsInvalid"
                                OnServerValidate="DurationValidator_OnServerValidate" />
                        </asp:Panel>
                        
                
                        <span class="rsAdvResetExceptions">
                            <asp:LinkButton runat="server" ID="ResetExceptions" OnClick="ResetExceptions_OnClick" />
                        </span>
                        <telerik:RadSchedulerRecurrenceEditor runat="server" ID="AppointmentRecurrenceEditor" Visible="false"/>
                        <asp:HiddenField runat="server" ID="OriginalRecurrenceRule" />
                        <telerik:RadCalendar runat="server" ID="SharedCalendar" Skin='<%# Owner.Skin %>'
                            CultureInfo='<%# Owner.Culture %>' ShowRowHeaders="false" RangeMinDate="1900-01-01" Visible="false"/>
                    </asp:Panel>
                </div>
                <asp:Panel runat="server" ID="ButtonsPanel" CssClass="rsAdvancedSubmitArea">
                    <div class="rsAdvButtonWrapper">
                        <asp:LinkButton runat="server" ID="UpdateButton" CssClass="rsAdvEditSave" OnClick="UpdateButton_Click"  CausesValidation="true">
       <span><%= Owner.Localization.Save %></span>
                        </asp:LinkButton>
                        <asp:LinkButton runat="server" ID="CancelButton" CssClass="rsAdvEditCancel" CommandName="Cancel" OnClick="AdvancedEditCloseButton_Click"
                            CausesValidation="false" >
       <span><%= Owner.Localization.Cancel %></span>
                        </asp:LinkButton>
                    </div>
                    <asp:HiddenField ID="hdnLocationID" runat="server" />
                    <asp:HiddenField ID="hdnDepartmentID" runat="server" />
                    <asp:HiddenField ID="hdnTreeViewID" runat="server" />
                    <asp:HiddenField ID="hdnDoctorID" runat="server" />
                    <asp:HiddenField ID="hdnAppointmentID" runat="server" />
                    <asp:HiddenField ID="hdnSelectedDate" runat="server" />
                </asp:Panel>
            </telerik:RadPageView>
        </telerik:RadMultiPage>

where i add ajax request In RadScheduler page like 
<AjaxSettings>
    <telerik:AjaxSetting AjaxControlID="btnSavePatient">
        <UpdatedControls>
            <telerik:AjaxUpdatedControl ControlID="RCPatient" />
        </UpdatedControls>
    </telerik:AjaxSetting>
</AjaxSettings>

or 

in advance form control

<telerik:RadAjaxManager ID="ramAdvForm" runat="server" EnableScriptCombine="false">
<AjaxSettings>
    <telerik:AjaxSetting AjaxControlID="btnSavePatient">
        <UpdatedControls>
            <telerik:AjaxUpdatedControl ControlID="RCPatient" />
        </UpdatedControls>
    </telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>

or 

used normal ajax like 

<asp:UpdatePanel runat="server" UpdateMode="Conditional" ID="updatePanel1">
                                        <ContentTemplate>
                                            <telerik:RadComboBox ID="RCPatient" runat="server" MarkFirstMatch="true" Filter="Contains" AppendDataBoundItems="true"  
                                             DropDownAutoWidth="Enabled" EmptyMessage="Choose Patient" HighlightTemplatedItems="true">
                                            <HeaderTemplate>
                                                <table style="width: 450px" cellspacing="0" cellpadding="0">
                                                    <tr>
                                                        <td style="width: 200px;">First Name
                                                        </td>
                                                        <td style="width: 100px;">Last Name
                                                        </td>
                                                        <td style="width: 50px;">FileNo
                                                        </td>
                                                        <td style="width: 100px;">Mobile
                                                        </td>
                                                    </tr>
                                                </table>
                                            </HeaderTemplate>
                                            <ItemTemplate>
                                                <table style="width: 450px" cellspacing="0" cellpadding="0">
                                                    <tr>
                                                        <td style="width: 200px;">
                                                            <%# DataBinder.Eval(Container, "Text")%>
                                                        </td>
                                                        <td style="width: 100px;">
                                                            <%# DataBinder.Eval(Container, "Attributes['LastName']")%>
                                                        </td>
                                                        <td style="width: 50px;">
                                                            <%# DataBinder.Eval(Container, "Attributes['FileNo']")%>
                                                        </td>
                                                        <td style="width: 100px;">
                                                            <%# DataBinder.Eval(Container, "Attributes['MobileNo']")%>
                                                        </td>                                                        
                                                    </tr>
                                                </table>
                                            </ItemTemplate>
                                        </telerik:RadComboBox>
                                        </ContentTemplate>    
                                        <Triggers>
                                            <asp:AsyncPostBackTrigger ControlID="btnSavePatient" EventName="Click" />        
                                        </Triggers>
                                     </asp:UpdatePanel>
i tried all but no luck.

Thanks in advance

Regards,
Danish  


Boyan Dimitrov
Telerik team
 answered on 03 Oct 2013
2 answers
798 views
Hi,

Is it possible to extract the Year (YYYY) part of the SelectedDate value, when using the RadDatePicker control?

Thanks, Ida
Ida
Top achievements
Rank 1
 answered on 03 Oct 2013
1 answer
105 views

 

RadWindowManager2.RadConfirm("Server radconfirm: Are you sure?", null, 330, 180, null, "Server RadConfirm", null);it didn't work with "contentMenu"
protected void RadMenu1_ItemClick(object sender, RadMenuEventArgs e)
        {
            int radGridClickedRowIndex;
            radGridClickedRowIndex = Convert.ToInt32(Request.Form["radGridClickedRowIndex"]);
            switch (e.Item.Text)
            {
 
                 
                case "Delete":
                    RadWindowManager2.RadConfirm("Server radconfirm: Are you sure?", null, 330, 180, null, "Server RadConfirm", null);
                    SqlConnection con3 = AllClass.dbConnection();
                    string sd = "delete from tbPlan where PlanID=" + this.RadGrid2.MasterTableView.DataKeyValues[radGridClickedRowIndex]["PlanID"] + "";
                    AllClass.saveData(sd,con3);
                    show(this.RadDataPager1.CurrentPageIndex);
                    getcnt();
                    break;
 
            }
        }
Shinu
Top achievements
Rank 2
 answered on 03 Oct 2013
1 answer
79 views
Hi experts,

I have two simple questions:

1. I use treelist default update panel for updating/inserting, it works fine except that the panel didn't collapse after I click 'update' button, the data has been updated though, so I need to click 'cancel' button to hide the update panel after updating.

2. I wonder how to define the textbox width in update panel, I didn't see anything obvious setting.

My aspx code :
<telerik:RadTreeList ID="RadTreeList1" runat="server"
              OnUpdateCommand="RadTreeList1_UpdateCommand"
              OnInsertCommand="RadTreeList1_InsertCommand"
              OnDeleteCommand="RadTreeList1_DeleteCommand"
              DataSourceID="SqlDataSource1"
              AllowMultiItemSelection="True"
              ParentDataKeyNames="parentId"
              DataKeyNames="id" AutoGenerateColumns="False" Skin="Office2007"
              AllowRecursiveDelete="True"
              OnItemDrop="RadTreeList1_ItemDrop"
              >
 
               <Columns>
                    <telerik:TreeListDragDropColumn Visible="true" HeaderStyle-Width="20px" UniqueName="TreeListDragDropColumn"></telerik:TreeListDragDropColumn>
                     <telerik:TreeListTemplateColumn Visible="false" HeaderText="" UniqueName="ColumnUniqueName" DataField="Id">
                      <ItemTemplate>
                          <asp:Label ID="lblId" runat="server" Text='<%# Bind("Id") %>' Visible="false"></asp:Label>
                      </ItemTemplate>
                     </telerik:TreeListTemplateColumn>
 
                    <telerik:TreeListEditCommandColumn UniqueName="InsertCommandColumn" ButtonType="ImageButton" ShowEditButton="false" HeaderStyle-Width="30px" ItemStyle-HorizontalAlign="Center"></telerik:TreeListEditCommandColumn>
 
                    <telerik:TreeListButtonColumn CommandName="Edit" Text="Edit" UniqueName="EditCommandColumn" ButtonType="ImageButton" HeaderStyle-Width="30px" ItemStyle-HorizontalAlign="Center"></telerik:TreeListButtonColumn>
 
                    <telerik:TreeListButtonColumn UniqueName="DeleteCommandColumn" Text="Delete" CommandName="Delete" ButtonType="ImageButton" HeaderStyle-Width="30px"></telerik:TreeListButtonColumn>
 
                    <telerik:TreeListBoundColumn Visible="false" DataField="id" HeaderText="ID" ReadOnly="true" UniqueName="id" HeaderStyle-Width="60px" ForceExtractValue="Always"></telerik:TreeListBoundColumn>
 
                    <telerik:TreeListBoundColumn DataField="title" HeaderText="Title" UniqueName="title" HeaderStyle-Width="300px"></telerik:TreeListBoundColumn>
 
                    <telerik:TreeListBoundColumn DataField="link" HeaderText="Link" UniqueName="link" HeaderStyle-Width="300px"></telerik:TreeListBoundColumn>
 
                    <telerik:TreeListBoundColumn DataField="rank" HeaderText="Rank" UniqueName="rank" HeaderStyle-Width="60px"></telerik:TreeListBoundColumn>
 
                    <telerik:TreeListBoundColumn Visible="false" DataField="parentId" HeaderText="Parent ID" HeaderStyle-Width="80px" ReadOnly="true"></telerik:TreeListBoundColumn>
 
               </Columns>
               <ClientSettings AllowItemsDragDrop="true">
                              <Selecting AllowItemSelection="True"></Selecting>
                              <ClientEvents OnItemDropping="itemDropping" OnItemDragging="itemDragging"
                              OnTreeListCreated="function(sender) { treeList1 = sender; }">
                              </ClientEvents>
                         </ClientSettings>
          </telerik:RadTreeList>



Many thanks for your help!
Ray

Konstantin Dikov
Telerik team
 answered on 03 Oct 2013
5 answers
168 views
hi there...

I can't get the scheduler to group by two resources...

I can group by the "room" resourse wich is used in the online samples, but i can't get another resourse added.

the two different resources could be "buildings" and "rooms"... where rooms are placed in buildings... this meaning that all rooms placed in building A should be arranged (grouped) by that

a little help would be nice.....
Boyan Dimitrov
Telerik team
 answered on 03 Oct 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?