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
332
I want to change the background color of particular date and show tooltip on that day
posted

Hello,

I am creating an CustomWebCalendar, inherited from Inragistics WebCalendar class. I want to change

day style and also want to show tooltip popup on some particular date (based on stored data in sql-

server database).  I try to implement some javascript function to change date layout, but i need to access

some server-side variables to use for conditional desicion.

Is there any way to use server-side variables inside DayRender javascript function?

Is there any way to implement DayRender and other events can'be implement using server-side events?

Please help me. I am novice to web development.