I have a RadScheduler to show a customer's sales records by date. At the top of the page, I have a table to select the customer. When I click to select the customer, I update the customer's other information on the page and update a session variable that I use to filter the RadScheduler.
The RadScheduler does not update with the new customer selected, however. It continues to show the first customer in the list (which populated the session variable on page load).
How do I trigger a refresh of the RadScheduler to pick up the new session variable value and refresh the RadScheduler?
Thanks!