Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
protected
void
RadCalendar1_SelectionChanged(
object
sender, Telerik.Web.UI.Calendar.SelectedDatesEventArgs e)
{
bool
flag =
true
;
foreach
(RadCalendarDay day
in
RadCalendar1.SpecialDays)
if
(day.Date.CompareTo(RadCalendar1.SelectedDate) == 0)
false
}
(flag)
Response.Write(
"Not Same"
);