Hello,
An easy and convenient way of achieving that functionality would be to modify your
ClientTimeSlotClick client-side function as shown in the code snippet below:
//JavaScript
This will unselect all already selected time slots before you executing your custom code in your event handler.
Please keep in mind that in this case your iterate counter should start from "0" instead of "1" as shown in the second highlighted area.
Kind regards,
Boyan Dimitrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.