Completed
Last Updated: 04 Apr 2016 15:19 by omid
ADMIN
Ivan Danchev
Created on: 27 Mar 2015 11:17
Category: Scheduler
Type: Bug Report
4
RadScheduler server-side binding, no indication when saving the Advanced form that the subject field is required

		
3 comments
omid
Posted on: 04 Apr 2016 15:19
hi... i have  this problem too. when use radSchedule in AdvancedForm , Validators work but error message donot show..... but  when use firebug... i saw error message that Css causes error message hidden....
Help 
Tom
Posted on: 10 Apr 2015 10:37
http://www.telerik.com/forums/validation-in-radscheduler-is-working-but-error-message-is-missing

How can this bug be classed as "New" when it's been around since 2013? For such an apparent and fairly major bug I can't believe it's been around so long, especially since the last couple of Telerik releases have revolved around stability and removing bugs?
Dan Green
Posted on: 02 Apr 2015 19:02
I am also getting the same behavior in 2015.1.225.45 using Web Service bindings.

<telerik:RadScheduler runat="server" ID="uxRadScheduler_RepChatSchedule" HoursPanelTimeFormat="t" Height="600px"
                                    EnableExactTimeRendering="true" ShowAllDayRow="true" ShowFooter="true" SelectedView="WeekView" AppointmentStyleMode="Default"
                                    StartInsertingInAdvancedForm="true" StartEditingInAdvancedForm="true" 
                                    OnClientFormCreated="clientFormCreated" OnClientAppointmentsPopulating="appointmentsPopulating">
                                    <AdvancedForm Modal="true"></AdvancedForm>
                                    <TimelineView UserSelectable="false" ></TimelineView>
                                    <TimeSlotContextMenuSettings EnableDefault="true"></TimeSlotContextMenuSettings>
                                    <AppointmentContextMenuSettings EnableDefault="true"></AppointmentContextMenuSettings>
                                    <WebServiceSettings  Path="../../../../LocalWebServices/CustomerChatRepSchedulerService.asmx" ResourcePopulationMode="Manual"></WebServiceSettings>
                                </telerik:RadScheduler>