| <telerik:RadSplitter ID="splTreeView" runat="server" ResizeMode="AdjacentPane" LiveResize="true" Width="100%" height="700"> |
| <telerik:RadPane ID="rpTree" runat="server" Width="250"> |
| <telerik:RadTreeView ID="rtvConferences" runat="server" CheckBoxes="false" AllowNodeEditing="true" EnableDragAndDrop="true" EnableDragAndDropBetweenNodes="false" MultipleSelect="true"></telerik:RadTreeView> |
| </telerik:RadPane> |
| <telerik:RadSplitBar ID="rsbSplitBar" runat="server" CollapseMode="Forward" /> |
| <telerik:RadPane ID="rpScheduler" runat="server" Visible="true" Width="650" Height="500"> |
| <asp:HiddenField ID="hdSelectedNodeValue" runat="server" /> |
| <telerik:RadScheduler ID="rsConferences" runat="server" Width="100%" Height="100%" OverflowBehavior="Expand" StartEditingInAdvancedForm="true" StartInsertingInAdvancedForm="true" SelectedView="MonthView" DataSubjectField="Name" DataDescriptionField="Description" DataStartField="StartTime" DataEndField="EndTime" DataKeyField="ID" CustomAttributeNames="Advocates,Prospects,Moderator" OnClientAppointmentResizeStart="Conferences_CancelResize"> |
| <Localization ContextMenuAddAppointment="New Conference" ConfirmDeleteText="Are you sure you want to delete this conference?" /> |
| <TimeSlotContextMenuSettings EnableDefault="true" /> |
| <AppointmentContextMenuSettings EnableDefault="true" /> |
| </telerik:RadScheduler> |
| </telerik:RadPane> |
| </telerik:RadSplitter> |
| Protected Sub rsConferences_AppointmentContextMenuItemClicked(ByVal sender As Object, ByVal e As Telerik.Web.UI.AppointmentContextMenuItemClickedEventArgs) Handles rsConferences.AppointmentContextMenuItemClicked |
| Dim x = "" |
| End Sub |
Hello,
I have two questions, are you available to give me some solutions?
First one is,
Is it possible to configure the position of series in chart?
Can set series at the button of chart?
And then second one is,
Any supports if user wants show pound sign for amount?
Please see attached file for more information.
Best Regards,
Chieh Chang
| <html xmlns="http://www.w3.org/1999/xhtml" > |
| <head runat="server"> |
| <title>Untitled Page</title> |
| </head> |
| <body> |
| <form id="form1" runat="server"> |
| <div> |
| <telerik:RadScriptManager ID="RadScriptManager1" Runat="server"> |
| </telerik:RadScriptManager> |
| </div> |
| <telerik:RadGrid ID="RadGrid1" runat="server" AllowSorting="True" |
| GridLines="None"> |
| <HeaderContextMenu> |
| <CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation> |
| </HeaderContextMenu> |
| <MasterTableView> |
| <RowIndicatorColumn> |
| <HeaderStyle Width="20px"></HeaderStyle> |
| </RowIndicatorColumn> |
| <ExpandCollapseColumn> |
| <HeaderStyle Width="20px"></HeaderStyle> |
| </ExpandCollapseColumn> |
| </MasterTableView> |
| <FilterMenu> |
| <CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation> |
| </FilterMenu> |
| </telerik:RadGrid> |
| </form> |
| </body> |
| </html> |

There are a couple of other posts related to hiding a Group Header but I believe this circumstance is a bit different.
We have a hierarchical Grid with the following levels:
Track > Course > Lesson
The Lessons within a course are then grouped by Chapters. But some of the courses have no chapters - just a series of lessons. In those cases we want to hide the group header. It is not a case where there are no items, it is just that the related chapter grouping is "null".
Is there a way to check that if the group value that is returned is "null" (or a specific value if that is easier) and then hide the group header and expand/collapse button if that is the case?
thanks
When I use a RadEditor inside a RadWindow, then clicking the 'W3C' button (for example) opens a modal dialog window inside the RadWindow. When the enclosing RadWindow is fairly small (low resolution monitor), the W3C dialog window dimensions are larger than those of the enclosing RadWindow. The dialog window cannot then be closed because its top bar is outside the visible area of the RadWindow. Maximising the enclosing RadWindow does not bring the dialog window back into view, the top bar of the dialog window remains 'off-screen'.
Is there any way to force modal dialogs inside rad-windows to always open with dimensions that fit inside that RadWindow? I have tried using 'KeepInScreenBounds' but it does not work, as it seems to keep within the browser window, rather than the enclosing frame.
