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
100
To get the activity details while clicking on an activity in webmonth view
posted
Hi I have implemented a training calendar using the infragistics webmonth view. i have been able to list the trainings scheduled for each day . i have used the tool tip to get the complete training name and location and disabled the appointment dialog. Now our requirement is to get the complete details of the training clicked(or Hovered) in a pop up as read only. I have tried to use the clientevent of the web month view and implemented a javascript function but i realised that it triggers while clicking anywhere on the webmonth view... I am not sure of how to write a server side code as am not sure of the event that would trigger when an activity is clicked ... Any help on how to implement this would be much appreciated . Thanks