Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
203 views
I am trying to create a scheduler page that in TimeLineView will list the Resources Vertically and the Hours of the Day across the top to determine availablity for meetings.  I can get this to work until I try to implement multiple resources per appointment.  When I do that only the first resource shows the appointment that has multiple resources.  I would like each resource to display the same appointment in the time line view. 

Here are my table definitions:
Appointments
  • AppointmentId(Key)
  • Subject
  • StartDateTime
  • EndDateTime
  • RecurrenceRule
  • RecurrenceParentId

AppointmentContacts

  •  AppointmentId(Key)
  • ContactId(Key)

Contacts

  • ContactId(Key)
  • ContactName

Here is the scheduler definition

    <telerik:RadScheduler ID="dataScheduler" CustomAttributeNames="Description" OnAppointmentCreated="Scheduler_AppointmentCreated" 
        DataSourceID="AppointmentsDataSource" runat="server" DataKeyField="AppointmentId" 
        DataSubjectField="Subject" DataStartField="StartDateTime" DataEndField="EndDateTime" 
        DataRecurrenceField="RecurrenceRule" DataRecurrenceParentKeyField="RecurrenceParentId" 
        OnAppointmentDataBound="dataScheduler_AppointmentDataBound" OnAppointmentDelete="dataScheduler_AppointmentDelete" 
        OnAppointmentInsert="dataScheduler_AppointmentInsert" OnAppointmentUpdate="dataScheduler_AppointmentUpdate" 
        OnDataBinding="dataScheduler_DataBinding" OnDataBound="dataScheduler_DataBound" 
        OnRecurrenceExceptionCreated="dataScheduler_RecurrenceExceptionCreated" StartEditingInAdvancedForm="true">  
        <ResourceTypes> 
            <telerik:ResourceType KeyField="AppointmentId" Name="ContactId" TextField="ContactId" 
                ForeignKeyField="AppointmentId" DataSourceID="AppointmentContactsDataSource" 
                AllowMultipleValues="true" /> 
        </ResourceTypes> 
        <TimelineView UserSelectable="true" GroupBy="ContactId" GroupingDirection="Vertical" 
            NumberOfSlots="5" /> 
    </telerik:RadScheduler> 
 
Peter
Telerik team
 answered on 28 Jan 2009
3 answers
106 views
According to your website, the Ajax control is not Section 508 Compliant. Is there any effort underway to make the control Section 508 Compliant or is there a documented way to use the control and still achieve compliance. I have a project that requires Section 508 Compliance but I am hung up because I can't use your control.
Ivo
Telerik team
 answered on 28 Jan 2009
4 answers
199 views
i am using the editor to create an email. i use the image editor to insert an image into the email. here are my settings:

Dim imagepath() As String = {"~/images/pysa"}

EmailTemplateText.ImageManager.UploadPaths = imagepath

EmailTemplateText.ImageManager.ViewPaths = imagePath

EmailTemplateText.ImageManager.DeletePaths = imagepath


When I send the email, the image does not appear. That is because the path is as below instead of the full path of http://www.sportsconductor.com/images/pysa/pysa_header_dkgreen_bg.gif. The html for the email is below:


<img alt="" src="/images/pysa/pysa_header_dkgreen_bg.gif" /><br />
<br />
<br />
test

What do I need to change to get the full path to show up with the email is sent?

Thanks,
Susan
Rumen
Telerik team
 answered on 28 Jan 2009
1 answer
718 views
In my treeview, I have CheckCildNodes="true", which is working correctly.  When a parent node is checked, it checks all child nodes.  What I also need, is the ability for checking the parent node when a single child node is checked.  As an example, say there are 20 child nodes under a parent.  If the user only wants to select a subset of the children, I also need the parent of those children to be checked, but I don't want all of the children to be checked.  Having the user check the parent and then uncheck all children that they don't want isn't really an option.

Is there an "out-of-the-box" setting for this?  If not, and it has to be done via JavaScript, would someone please post some example code?

Thanks for advance for you help!!  I appreciate it!!
Yana
Telerik team
 answered on 28 Jan 2009
1 answer
127 views
Disabling a tabstrip using this code

rtsAddressBook.Enabled = False

causes the text on the current tab to disappear.  Is this a known bug?  Is there a way around this?

 

Thanks

 

 

Shinu
Top achievements
Rank 2
 answered on 28 Jan 2009
1 answer
134 views

Hello,
 I have a telerik grid on my page that is populated using using textboxes in a template setup.

See code bleow:

<telerik:GridTemplateColumn HeaderText="Cash On Hand" UniqueName="cashonhand2">

 

<ItemTemplate>

 

<telerik:RadTextBox runat="server" ID ="txtTemplateCashOnHand" Text = ''></telerik:RadTextBox>

 

 

</ItemTemplate>

 

</telerik:GridTemplateColumn>

 

 

 

ISSUE:
From the code behind in the grid_ItemDataBound event handler, I want to access each textbox(there are 5 in a Row) and write data to the

txtTemplateCashOnHand control.
Any assistance will be highly appreciated.

Thank you.

 

 

Princy
Top achievements
Rank 2
 answered on 28 Jan 2009
7 answers
312 views
Is it possible to update all selected rows that are selected in the radgrid by client select with a serverside method? 

I want to update all rows with a value that are in a textbox outside the grid but can't get it to work and just wonder if it is possible.

/Johan
Shinu
Top achievements
Rank 2
 answered on 28 Jan 2009
2 answers
226 views
I have been working on my first module for Sitefinity.  I have it close to functional but when I create or edit content the editor's frame is not visible and I can see no buttons.  I have had to move the code from a Sitefinity 3.2 install to 3.5.  That may be the source of my problem.  Below is an example of my markup for the editor.  Perhaps I am missing an attribute or have an improper value?  Where is the WebBlue skin within the folder structure?  I changed the WebBlue value from 'Sitefinity' after an error message reported that the Sitefinity skin could not be found.

Thanks for any help.

Len

<telerik:radeditor runat="server" id="contentEditor"
  contentareacssfile="~/Sitefinity/Admin/Themes/Default/AjaxControlsSkins/Sitefinity/EditorContentArea.css"
  toolsfile="~/Sitefinity/Admin/ControlTemplates/EditorToolsFile.xml"
  skin="WebBlue" newlinebr="False" width="95%">
  <ImageManager ViewPaths="~/Images" UploadPaths="~/Images" DeletePaths="~/Images" />
  <MediaManager ViewPaths="~/Files" UploadPaths="~/Files" DeletePaths="~/Files" />
  <FlashManager ViewPaths="~/Files" UploadPaths="~/Files" DeletePaths="~/Files" />
  <DocumentManager ViewPaths="~/Files" UploadPaths="~/Files" DeletePaths="~/Files" />
  <CssFiles>
    <telerik:EditorCssFile Value="~/Sitefinity/Admin/Themes/Default/AjaxControlsSkins/Sitefinity/EditorCssFile.css" />
  </CssFiles>
</telerik:radeditor>
Len
Top achievements
Rank 1
 answered on 28 Jan 2009
1 answer
1.2K+ views
HI,
I have a radgrid. When I right click on one of the rows, I have a contextmenu. I am able to get the rowindex of a particular row through javascript. Could anyone please help me asap how to get keyvalue (either in javascript or in code behind) of a grid without having the grid in edit mode.
Thank you
Shinu
Top achievements
Rank 2
 answered on 28 Jan 2009
1 answer
79 views
Have grid with client-side data binding that works but i can't swapColumns.

I tried grid.get_masterTableView().hideColumn(index); and showColumn(index) works fine.

But when i try:
grid.get_masterTableView().swapColumns(col1UniqueName, Col2UniqueName);
does nothing.

I have UniqueName set on both columns.

Am i missing some ClientSettings.
i tried ClientSettings->AllowColumnsReorder=true and still didn't work.

using: version 2008.3.1125.20
Shinu
Top achievements
Rank 2
 answered on 28 Jan 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?