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

Client side issue: set_cssClass for Appointment

1 Answer 32 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Kori
Top achievements
Rank 2
Kori asked on 21 Dec 2011, 08:23 PM
Hey guys,

So - we've noticed that when calling set_cssClass in client-side code, that it doesn't work correctly. The appointment won't display correctly, though the workaround is the following:

var backColor = apt.get_backColor();
apt.set_cssClass('appt-main'); // BUG: makes the appointment go grey without the first and last lines
apt.set_backColor(backColor);

Here's the CSS we're using:
.appt-main {
    opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}

Is this a bug?

Kori

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 23 Dec 2011, 01:55 PM
Hello Kori,

Would you please explain how exactly the wrong display looks like? I have tested it in the ClientAppointmentClick event, but could not observe any difference. 

Please let me know if your scenario is different and in which browser should I try it.

Regards,
Plamen Zdravkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Scheduler
Asked by
Kori
Top achievements
Rank 2
Answers by
Plamen
Telerik team
Share this question
or