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

Having different icons for events in the scheduler

2 Answers 56 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
NLV
Top achievements
Rank 1
NLV asked on 31 Aug 2010, 01:44 PM
Hello

I want to add different icons to the events and categorize them. I want to display the icons in the scheduler. Is there a way to do that?

Thank you

NLV

2 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 03 Sep 2010, 01:22 PM
hi NLV,
Take Extra Filed if u neeeded  ->   CustomAttributeNames="DBField1,DBField2"


 <AppointmentTemplate>
    <div cssClass="<%#Eval("DBField1").ToString()%>">
                  <img src="<%#Eval("DBField2").ToString()%>"/>
                            <div>
                                 <%#Eval("Subject").ToString()%>
                                 <%#Eval("Description").ToString()%>
                            </div>
      </div>
</AppointmentTemplate>
0
NLV
Top achievements
Rank 1
answered on 17 Sep 2010, 08:35 AM
Thanks for your reply. WIl try that and get back here.
Tags
Scheduler
Asked by
NLV
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
NLV
Top achievements
Rank 1
Share this question
or