Hi All,
I am using RadScheduler
I change the icon for delete appointment
By adding following css.
.RadScheduler_Outlook .rsAptDelete
{
background:url('images/NewDeleteIcon.gif') no-repeat;
height:11px;
right:3px;
top:3px;
width:11px;
text-indent:-99em;
}
But When first time when Radscheduler load it shows the default icon for delete appointment.
When i go to other view from the default view.(ie. from day to week view) it show me the new icon which are i applied in css.
Then after it shows the new delete appointment icon.
I want to show the new icon for delete appointment when Radscheduler load first time.
how can i solve this problem ?
Please help me.
Thanks
I am using RadScheduler
I change the icon for delete appointment
By adding following css.
.RadScheduler_Outlook .rsAptDelete
{
background:url('images/NewDeleteIcon.gif') no-repeat;
height:11px;
right:3px;
top:3px;
width:11px;
text-indent:-99em;
}
But When first time when Radscheduler load it shows the default icon for delete appointment.
When i go to other view from the default view.(ie. from day to week view) it show me the new icon which are i applied in css.
Then after it shows the new delete appointment icon.
I want to show the new icon for delete appointment when Radscheduler load first time.
how can i solve this problem ?
Please help me.
Thanks