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

RadScheduler crashes on click on disabled textbox in InLineEditTemplate

1 Answer 49 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Johan
Top achievements
Rank 1
Johan asked on 23 Dec 2010, 05:03 PM

Hi all,

I have a radscheduler with an inline template with a disabled textbox:

<telerik:RadScheduler ID="RadScheduler1" runat="server" DataSourceID="ObjectDataSource1"

DataEndField="EndDateTime" DataKeyField="Id" DataStartField="StartDateTime" DataSubjectField="Subject"

OverflowBehavior="Expand" StartEditingInAdvancedForm="False">

<InlineEditTemplate>

<div class="rsAdvancedEdit">

<div class="rsAdvContentWrapper">

<telerik:RadTextBox ID="SubjectTextBox" runat="server" Text='<%# Bind("Subject") %>'

Enabled="False" />

</div>

</div>

</InlineEditTemplate>

</telerik:RadScheduler>

If I click on the disabled textbox I get an error: "Microsoft JScript runtime error: 'undefined' is null or not an object"

in line

var b=h.split(" ");

Is this a bug or am I missing something...

regards,

Johan

 

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 29 Dec 2010, 11:15 AM
Hi Ghandi,

Thank you for reporting this issue. I verified that this is indeed a bug with RadScheduler. You can monitor the status of this issue in the PITS - http://www.telerik.com/support/pits.aspx#/public/aspnet-ajax/4482.

Your Telerik points have been updated!


Kind regards,
Peter
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Scheduler
Asked by
Johan
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or