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

style becomes visible after day hover, not before

1 Answer 50 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Axel
Top achievements
Rank 2
Axel asked on 18 Oct 2009, 07:01 PM
Hi

I'm having difficulties persisting  a special day style have now moved over to using DayRender function.

I'm using a RadCalendar inside a asp:repeater item. In the serverside DayRender, how can I reference values in my RepeaterItem (row) where I have a databound key or hidden label?
I thought I could do that through the dayRender Sender parent but no luck.

Axel

1 Answer, 1 is accepted

Sort by
0
Axel
Top achievements
Rank 2
answered on 18 Oct 2009, 11:41 PM

Hey, I'm getting good at this.

Found this little guy that did the trick.

 

((

RadCalendar)sender).Parent;

 

Tags
Calendar
Asked by
Axel
Top achievements
Rank 2
Answers by
Axel
Top achievements
Rank 2
Share this question
or