or
Hello,
Currently i am working on a resource scheduling application that uses the RadScheduler control.
When i click on a empty TimeSlot or on the Appointment itself, an RadWindow opens. This window
contains an RadTabStrip and Multipage control. This is because each appointment has a lot of information
associated with it, so i divide this over the available tabs. I would like to integrate the advanced edit/insert
dialog in a new tab so it displays information about the current appointment and have the ability to
reschedule.
Do you think this is possible ?
Thanks in advance,
TS
P.S. I have attached a screenshot
| e.PageView.Controls.Add(someControl); |
| <telerik:RadMenu ID="RadMenu1" DataSourceID="siteMapDataSource1" MaxDataBindDepth="2" runat="server" /> |
| <telerik:RadTabStrip ID="RadTabStrip1" DataSourceID="siteMapDataSource1" Skin="Web20" runat="server"/> |
| <PublishingNavigation:PortalSiteMapDataSource ID="siteMapDataSource1" Runat="server" |
| SiteMapProvider="CombinedNavSiteMapProvider" EnableViewState="true" |
| StartFromCurrentNode="true" StartingNodeOffset="0" ShowStartingNode="false" |
| TreatStartingNodeAsCurrent="true" TrimNonCurrentTypes="Heading" /> |