Hi,
I am using RadScheduler in MVC 3.0 project. I have few issues while using it. It would be of great help if you can direct me on the resolution for following:
1. How can I set MinutesPerRow property on server side? (As per another forum thread, MinutesPerRow cannot be set on client side).
2. I am trying to use GroupBy property to display multiple resources side by side in RadScheduler. I am using ResourcePopulationMode="ClientSide". But when I use GroupBy property, I get following Javascript error (in js file):
Microsoft JScript runtime error: Unable to get value of the property 'get_visibleRangeStart': object is null or undefined
3. I am trying to add a CheckBox control on the appointment so that it can be selected. But when I add <AppointmentTemplate> tag and add the markup it does not have any affect. Here is the markup that I am using:
I am using version 2011.1.519.40 of Telerik.Web.UI.dll
Thanks in advance!!
I am using RadScheduler in MVC 3.0 project. I have few issues while using it. It would be of great help if you can direct me on the resolution for following:
1. How can I set MinutesPerRow property on server side? (As per another forum thread, MinutesPerRow cannot be set on client side).
2. I am trying to use GroupBy property to display multiple resources side by side in RadScheduler. I am using ResourcePopulationMode="ClientSide". But when I use GroupBy property, I get following Javascript error (in js file):
Microsoft JScript runtime error: Unable to get value of the property 'get_visibleRangeStart': object is null or undefined
3. I am trying to add a CheckBox control on the appointment so that it can be selected. But when I add <AppointmentTemplate> tag and add the markup it does not have any affect. Here is the markup that I am using:
<AdvancedForm Modal="true" /> <AppointmentTemplate> <div> <asp:CheckBox ID="EligibilityCheck" runat="server" Text="Eligibility" TextAlign="Left" Checked="false" AutoPostBack="true" /> <br /> <%#Eval("Subject") %> </div></AppointmentTemplate>I am using version 2011.1.519.40 of Telerik.Web.UI.dll
Thanks in advance!!