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
<style type=
"text/css"
>
.FloatRight
{
padding
:
5px
0px
!important
;
float
right
}
</style>
protected
void
RadScheduler1_TimeSlotCreated(
object
sender, TimeSlotCreatedEventArgs e)
ImageButton btn =
new
ImageButton();
btn.ImageUrl =
"~/Images/image.jpg"
btn.CssClass =
"FloatRight"
e.TimeSlot.Control.Controls.AddAt(0, btn);