This is a migrated thread and some comments may be shown as answers.

cant dragging the appointment

13 Answers 137 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Suhad
Top achievements
Rank 2
Suhad asked on 01 Jan 2014, 07:12 AM
Salam Dears,

I have create a scheduler control in a user control for sharpoint web part and every thing is fine but i cant dragging the apporintment to change the date or time of it any help please i have been searching on this issue sice 2 days with no success

thanx and regards.

13 Answers, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 03 Jan 2014, 03:26 PM
Hello,

One possible reason for this behavior might setting the RadScheduler property "AllowEdit" to "false" or "ReadOnly" to "true". The first property does not allow editing the appointment ( re-size, drag or modify the appointment fields) and the latter does not allow user to insert, edit or delete any appointments. If any of those properties is set as I explained above user will not be able to drag or re-size appointments.


Regards,
Boyan Dimitrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Suhad
Top achievements
Rank 2
answered on 05 Jan 2014, 07:44 AM
thank u dear for replaying on me but i don't set these properties on my rad scheduler control 

this is my control properties
 i also have set these 2 properties now but with no success

     
<telerik:RadScheduler runat="server" ID="RadScheduler1" Skin="Telerik" Height="450"
                            AllowEdit="true" ReadOnly="false" DataKeyField="ID" DataStartField="StartDateD" DataEndField="DueDateD"
                            DataSubjectField="TaskTitle" CustomAttributeNames="TaskStatus, Description"   SelectedView="WeekView" ShowFooter="false" 
                             EnableDescriptionField="true" AppointmentStyleMode="Default"
        <AppointmentTemplate>
            <div class="rsCustomAppointmentContainer ">
                <h2>
                    <%# Eval("Subject") %>
                </h2>
                <h4>Start:  <%# Eval("Start") %> - End  <%# Eval("End") %> </h4>
                <div>
                </div>
            </div>
        </AppointmentTemplate>
        
         
 
                        </telerik:RadScheduler>


0
Suhad
Top achievements
Rank 2
answered on 07 Jan 2014, 07:37 AM
Dears,
Please any help i'm still stuck in this issue
i fill the rad scheduler in code using list of custom entity could it be the reason ?
0
Boyan Dimitrov
Telerik team
answered on 09 Jan 2014, 07:44 AM
Hello,

I would like to clarify that I noticed in the provided code that you use the description field and you have a custom attribute with the same name ("Description"). In this case you have two appointment properties with same name and this might cause an issue. Please try to use a different name for your custom attribute.

Regards,
Boyan Dimitrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Suhad
Top achievements
Rank 2
answered on 09 Jan 2014, 09:31 AM
Hello Boyan,

I have remove the custom attribute "Description" but still the same
i also notice that the buttons to navigate to another week, month, next, Previous is not firing and  didnt do anything
it seems javascript/ jquery error ?

Besr Regards.
0
Boyan Dimitrov
Telerik team
answered on 14 Jan 2014, 09:53 AM
Hello,

Indeed it is quite possible that a JavaScript error to prevent navigating to RadScheduler views or periods. I would suggest opening the developer tools for your browser and inspect if there are any errors.


Regards,
Boyan Dimitrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Suhad
Top achievements
Rank 2
answered on 14 Jan 2014, 08:36 PM

Hi dears,


I have figured out  the reason of the problem but I don't know how to fix it



 the Sharpoint Designer Team Added this tag in the master page for design matter

<meta http-equiv="X-UA-Compatible" content="IE=10" />
whenever I remove this tag the telerik scheduler works fined but the design not work and totally destroyed

how can I fix this issue without any impact on the design



Please help this is very urgent and high priority for me



Best Regards.

0
Boyan Dimitrov
Telerik team
answered on 17 Jan 2014, 04:05 PM
Hello,

A possible reason for the design problem could be if the Telerik.Web.UI.dll and Telerik.Web.UI.Design.dll assemblies do not have exact same version. Please check both assemblies version and make sure that their versions match.


Regards,
Boyan Dimitrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Suhad
Top achievements
Rank 2
answered on 19 Jan 2014, 08:42 AM
Hi Dear,

I have discuss this issue with the designer team and we change the meta tag to compatible ="IE=9" and its work now fine

i have another issue with the rad scheduler if possible

in the day view the appointment item did not take the full time slot size it take just an hour
EX: i have an appointment start from 10:30 to 3:30
but the appointment appear from 10:30 to 11:30

what could cause this issue Please

Best Regards
0
Suhad
Top achievements
Rank 2
answered on 22 Jan 2014, 09:38 AM
 Hi all,

Please any help about the above point i'm still facing the same problem and i didn't find any solution for it
i have attached an image of the issue to be more clear
your help is very appreciated
thank you.

0
Boyan Dimitrov
Telerik team
answered on 22 Jan 2014, 04:37 PM
Hello,

As far as I understand from the provided screenshot you want all day appointments to take the whole time slot instead of having empty space below the last appointment. Please note that this so called "all day insert area" and its purpose is to have an area when user can click to add a new all day appointment. It is controlled by the RadScheduler DayView-ShowAllDayInsertArea property. You can turn it off by simply setting its value to false.

Regards,
Boyan Dimitrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Suhad
Top achievements
Rank 2
answered on 23 Jan 2014, 06:57 AM
Hi All
and thanks for replaying on me, but no my issue wasnt in the allday appointment its the appointement below i  attached new image and  flaged the wrong appointment in red the eding of the appointment must be at 6 but the block end in 5:30

Best Regards.
0
Boyan Dimitrov
Telerik team
answered on 27 Jan 2014, 05:39 PM
Hello,

I would like to clarify that we are not aware of such problem with our RadScheduler and appointments rendering. Please try to replicate such problem with our online demos and list the steps to reproduce this issue. This way will be able to investigate this behavior thoroughly.


Regards,
Boyan Dimitrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Scheduler
Asked by
Suhad
Top achievements
Rank 2
Answers by
Boyan Dimitrov
Telerik team
Suhad
Top achievements
Rank 2
Share this question
or