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.