Hello,
for example:
If i use the following code (example from http://www.telerik.com/help/aspnet-ajax/server-side-timeslotcreated.html)
for example:
If i use the following code (example from http://www.telerik.com/help/aspnet-ajax/server-side-timeslotcreated.html)
protected void RadScheduler1_TimeSlotCreated(object sender, Telerik.Web.UI.TimeSlotCreatedEventArgs e)
{
if (e.TimeSlot.Appointments.Count > 0)
{
e.TimeSlot.CssClass = "Disabled";
} else{
e.TimeSlot.CssClass = "Enabled";
}
}
The first request set this timeslot "Disabled" and the second request set this timeslot to "Enabled", the result is:
<td class=" Disabled Enabled"> </td>
(it adds the new cssClass)
If i disable viewsate, it is ok, only one cssClass there. But I need the viewstate, so what can i do?
my Version of Telerik: 2009.2.707.35
Best wishes,
Kevin{
if (e.TimeSlot.Appointments.Count > 0)
{
e.TimeSlot.CssClass = "Disabled";
} else{
e.TimeSlot.CssClass = "Enabled";
}
}
The first request set this timeslot "Disabled" and the second request set this timeslot to "Enabled", the result is:
<td class=" Disabled Enabled"> </td>
(it adds the new cssClass)
If i disable viewsate, it is ok, only one cssClass there. But I need the viewstate, so what can i do?
my Version of Telerik: 2009.2.707.35
Best wishes,
6 Answers, 1 is accepted
0
myobis
Top achievements
Rank 1
answered on 12 Sep 2009, 08:58 AM
Is it a bug? it is only adding a style to the current, not inserting a new.
0
Hello Kevin,
This is a bug which we've already logged in our bug-tracking system and it will be fixed. Thank you for reporting it.
Greetings,
Yana
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
This is a bug which we've already logged in our bug-tracking system and it will be fixed. Thank you for reporting it.
Greetings,
Yana
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ari
Top achievements
Rank 1
answered on 09 Nov 2009, 10:32 AM
Anything happened? I have Q3 2009 release installed and same problem exists.
0
Hello Ari,
I was unable to reproduce the issue with the Q3 2009 version. Can you please provide some more information about the scenario you are testing?
Greetings,
Dimitar Milushev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
I was unable to reproduce the issue with the Q3 2009 version. Can you please provide some more information about the scenario you are testing?
Greetings,
Dimitar Milushev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ari
Top achievements
Rank 1
answered on 19 Nov 2009, 06:24 AM
Hello Dimitar,
it only seems to implement when ShowNavigationPane=False
-Ari
0
Hi Ari,
Please test the attached simple demo. Can you modify it so that the problem can be replicated or give us the exact steps needed to observe the issue.
Best wishes,
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Please test the attached simple demo. Can you modify it so that the problem can be replicated or give us the exact steps needed to observe the issue.
Best wishes,
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.