Please i want to SHOW the delete button radscheduler appointment, or put any image in this place.
The code works perfectly, when i clicked this position. But i don't know why do not showing this button??
My code:
Thank you
The code works perfectly, when i clicked this position. But i don't know why do not showing this button??
My code:
<telerik:RadScheduler ID="RadScheduler1" runat="server" Skin="WebBlue" ShowViewTabs="False" onformcreated="RadScheduler1_FormCreated" onappointmentcommand="RadScheduler1_AppointmentCommand" onappointmentcreated="RadScheduler1_AppointmentCreated" onappointmentdelete="RadScheduler1_AppointmentDelete" ShowHoursColumn="False" > <MonthView VisibleAppointmentsPerDay="30" AdaptiveRowHeight="true" /> <AppointmentTemplate> <div> <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label> </div> </AppointmentTemplate> <InlineInsertTemplate> <div> </div> <table> <tr> <td> <telerik:RadComboBox ID="RadComboBox1" runat="server"> </telerik:RadComboBox> <asp:LinkButton ID="InsertButton" runat="server" CommandName="Insert" Text="Agregar"></asp:LinkButton> </td> </tr> </table> </InlineInsertTemplate> </telerik:RadScheduler>Thank you
