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

DisplayDeleteConfirmation Fails

1 Answer 75 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 03 Mar 2009, 12:51 PM
Hi there,
When I click the delete button on an appointment the default popup dialog appears.
I set DisplayDeleteConfirmation="False" yet it still shows, how do I stop it from showing?

<telerik:RadScheduler ID="RadScheduler1" runat="server" AllowDelete="True"   
                                                AllowEdit="False" AllowInsert="False" Culture="English (South Africa)"   
                                                DayEndTime="23:59:59" DayStartTime="00:00:00" Height="100%" Skin="Sunset"   
                                                Width="728px" DataEndField="EndTime" DataKeyField="Row_ID" ShowHeader="True" 
                                                ShowNavigationPane="false" ShowViewTabs="false"   
                                                DataSourceID="dsScheduleData" DataStartField="StartTime"   
                                                SelectedDate="2008-11-01"  MonthView-UserSelectable="false"   
                                                MonthView-ReadOnly="true" NumberOfHoveredRows="0"  SelectedView="WeekView" 
                                                ShowFooter="True" DisplayDeleteConfirmation="False" EnableDatePicker="false" 
                                                DataSubjectField="Name" ShowAllDayRow="False" DataRecurrenceField="RecurrenceRule" 
                                                DataRecurrenceParentKeyField="RecurrenceParentID">  
                                                <WeekView HeaderDateFormat="dd/MM"   /> 
 
                                                      
                                                <AppointmentTemplate> 
                                                    <div style="color: #744b24;border: 1px solid #b7af8b;background: #cbaf76;width: 100%;height: 100%;">  
                                                       <asp:Label ID="lblName" runat="server" Text='<%#Bind("Subject")%>' /> 
                                                    </div> 
                                                </AppointmentTemplate> 
                                                <MonthView ReadOnly="True" UserSelectable="False" /> 
                                           </telerik:RadScheduler> 

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 05 Mar 2009, 02:03 PM
Hi Chris,

I tested your code, but setting DisplayDeleteConfirmation="False" prevented the default popup dialog from appearing when deleting an appointment. I am not sure why this is not working at your end. You could open a support ticket and send us a small demo of the problem.


Greetings,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
Chris
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or