Hi..
I Am using Rad Scheduler in my web application.
I have almost done with the basic functionality, But i have a issue that is I want to display the Different value in the Subject, Description and i want an extra value using that i want to set the the CSS for the Appointment.
such as
SubjectId="1"
Subject = "Task"
Description = "This is a Task."
TypeId= 1
SubjectId="10"
Subject = "TroubleTicket"
Description = "This is a TroubleTicket."
TypeId= 2
so on radsch_AppointmentDataBound() event
I am checking following condition.
-- right now i have used in subectid (Following code)
-- also I m attaching my code to.
Aspx
aspx.cs
---
I have also attached some images..
So anyone can tell me that how can i able to get this functionality..
Thanx in advance.
I Am using Rad Scheduler in my web application.
I have almost done with the basic functionality, But i have a issue that is I want to display the Different value in the Subject, Description and i want an extra value using that i want to set the the CSS for the Appointment.
such as
SubjectId="1"
Subject = "Task"
Description = "This is a Task."
TypeId= 1
SubjectId="10"
Subject = "TroubleTicket"
Description = "This is a TroubleTicket."
TypeId= 2
so on radsch_AppointmentDataBound() event
I am checking following condition.
-- right now i have used in subectid (Following code)
Aspx
aspx.cs
---
I have also attached some images..
So anyone can tell me that how can i able to get this functionality..
Thanx in advance.