or
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|
| <TimelineView |
| ColumnHeaderDateFormat="hh:mm" |
| GroupingDirection="Vertical" |
| HeaderDateFormat="hh:mm" |
| NumberOfSlots="33" |
| SlotDuration="01:00:00" |
| StartTime="08:00:00" |
| /> |
| ... |
| <MasterTableView DataSourceID="NewsDataSource" DataKeyNames="ID" ...> |
| <NestedViewTemplate> |
| <ParentTableRelation> |
| <telerik:GridRelationFields DetailKeyField="Author_ID" MasterKeyField="Author_ID" /> |
| </ParentTableRelation> |
| <asp:Panel runat="server" ID="InnerContainer" ...> |
| <telerik:RadTabStrip runat="server" ID="TabStip1" MultiPageID="Multipage1" SelectedIndex="0"> |
| <Tabs> |
| <telerik:RadTab runat="server" Text="Author Information" PageViewID="PageView2"> |
| </telerik:RadTab> |
| ... |
| </Tabs> |
| </telerik:RadTabStrip> |
| <telerik:RadMultiPage runat="server" ID="Multipage1" SelectedIndex="0" RenderSelectedPageOnly="false"> |
| <telerik:RadPageView runat="server" ID="PageView2" Width="460px"> |
| <asp:DetailsView |
| ID="DetailsView1" AllowPaging="True" GridLines="None" Width="100%" |
| DataSourceID="NestedAuthorInfoDataSOurce" runat="server" DataKeyNames="ID"> |
| <Fields> |
| Some fields there |
| </Fields> |
| </asp:DetailsView> |
| <asp:LinqDataSource ID="NestedAuthorInfoDataSOurce" |
| runat="server" ContextTypeName="NewsApp.NewsDataClassesDataContext" |
| TableName="authors"> |
| Where="ID == @Author_ID"> |
| <WhereParameters> |
| <asp:Parameter Name="Author_ID" Type="Int32" /> |
| </WhereParameters> |
| </asp:LinqDataSource> |
| </telerik:RadPageView> </telerik:RadMultiPage> </NestedViewTemplate> MasterViewColumns, MasterviewDatasource, etc... |

Greetings,
I'm trying to set the height of the bottom toolbar so that it is only the thickness of the default buttons at the bottom. Something like this:
___________________
Design HTML Preview
___________________
However, even when there are no modules declared and the Module Manager button is removed from the editor, I still get something like this:
______________________________________________________________
Design HTML Preview
_______________________________________________________________
What can be done to correct this??
Thanks!
