|
Rank: Newbie Groups: Member
Joined: 5/12/2011 Posts: 5
|
I know there is ClientSideOnSelect for adding javascript, but is there a way to ann an onClick event to the ">>" characters?
I am using the Selected.Dates to show all days on the calendar when events are scheduled, however when the user clicks on the weekly select, I want to clear that value - but ONLY when they click the weekly select.
I would be grateful for any tips or hints to solve this dilema.
Alex
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I am not sure what you meant by ">>". You can use ClientSideOnScroll to handle "scroll" event, which occurs when you scroll the calendar from one month to another month. However that would have nothing to do with weeks.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 5/12/2011 Posts: 5
|
Well, the ">>" is the default characters your product supplies for "WEEKLY" selection. You know what I mean by weekly selection?
So I want something to happen when the user clicks those characters. I don't want JavaScript, I want to raise a C# event in the code behind.
Does that make sense?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. You cannot do that. There is no way to handle click event for week selectors. Sorry about it!
Thanks
|
|