or
| <style type="text/css"> |
| .RadToolbar |
| { |
| width: 100%; |
| text-align: center; |
| } |
| </style> |
| <table width="100%" align="center" border="0"> |
| <tr> |
| <td align="center"> |
| <telerik:RadToolBar ID="RadToolBar1" runat="server" Orientation="Vertical" Skin="" CssClass="RadToolbar" BorderColor="" BorderWidth="0" Width="100%"> |
| <Items> |
| <telerik:RadToolBarButton ImageUrl="~/Images/Apps/compass.png" ImagePosition="AboveText" Text="Item 1" Width="100%" BorderWidth="0" CssClass="RadToolbar" /> |
| <telerik:RadToolBarButton ImageUrl="~/Images/Apps/tables.png" ImagePosition="AboveText" Text="Item 2 ..." /> |
| <telerik:RadToolBarButton ImageUrl="~/Images/Apps/toolbox.png" ImagePosition="AboveText" Text="Item 3 with more text"/> |
| <telerik:RadToolBarButton ImageUrl="~/Images/Apps/cube_yellow.png" ImagePosition="AboveText" Text="Item 4"/> |
| <telerik:RadToolBarButton ImageUrl="~/Images/Apps/money2.png" ImagePosition="AboveText" Text="Item 5 some text......."/> |
| </Items> |
| </telerik:RadToolBar> |
| </td> |
| </tr> |
| </table> |
Hello,
I am new to RadScheduler and I need to implement a scheduler with recurrence property. I can get the appointments which do not recur to work properly. But the recurring appointments get duplicated. For example, if I set it to recur weekly on every Tuesdays, it would actually give duplicate once a day until first week ends. Then twice a day until the second week ends and so forth. I also don’t understand how to set the RecurrenceParentID property. What is the data structure of the RecurrenceParent and RecurrenceRange?
Thanks a lot in advance,
AM
| .GridRowSelector_Default |
For styling the colored rectangle when selecting multiple rows by dragging. |
| .GridItemDropIndicator_Default |
Defines the drop indicator appearance when utilizing drag and drop of grid records. |
