Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
Searching for server side events of DayView Control
posted

Hi, I want to trigger if the user did a double click or a click on the dayview control. If this happend I have to fill up a variable in the session object. How to get this event server side in den aspx code behind?
I try to use the propertie event window of the dayview control but I get only the client side jscript event.
Is there no server side event?
If it is so, how can I feel up my session object and decide if there was a click on a exsiting appointment or on a free space in the dayview in jscript?

thx in advance

regards
tim mischkin

Parents
No Data
Reply
  • 1160
    posted

    Yeah he nailed it there. Sorry I wasn't  very discriptive in my posting. You can do exactly that then have your Code behind on the page load event handle the things to need to do with that appointment.

Children
No Data