I'm unable to get any output ie no sign of the gird. I've copied the settings from the demo except that I have pointed the grid at a stored procedure on a SQL server. The datasource confirms that just over 400 data rows are being returned
<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
</telerik:RadScriptManager>
<telerik:RadGrid ID="RadGrid1" runat="server" DataSourceID="SqlDataSource1" OnColumnCreated="RadGrid1_ColumnCreated"
OnItemCreated="RadGrid1_ItemCreated" OnItemDataBound="RadGrid1_ItemDataBound"
ShowHeader="true" ShowDesignTimeSmartTagMessage="False" ShowStatusBar="True" AutoGenerateColumns="true">
<HeaderContextMenu EnableTheming="True">
<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
</HeaderContextMenu>
<MasterTableView HierarchyLoadMode="Client" AllowSorting="true"
DataKeyNames="AllocatedUnitID,AllocatedUnitParentID" Width="100%">
<SelfHierarchySettings ParentKeyName="AllocatedUnitParentID" KeyName="AllocatedUnitID" />
<RowIndicatorColumn>
<HeaderStyle Width="20px"></HeaderStyle>
</RowIndicatorColumn>
<ExpandCollapseColumn>
<HeaderStyle Width="20px"></HeaderStyle>
</ExpandCollapseColumn>
</MasterTableView>
<ClientSettings AllowExpandCollapse="true" />
<FilterMenu EnableTheming="True">
<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
</FilterMenu>
</telerik:RadGrid>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:DEPT_PerformanceReportingConnectionString %>"
SelectCommand="usp_GetRawPMForOrgHierarchy" SelectCommandType="StoredProcedure">
<SelectParameters>
<asp:Parameter DefaultValue="7" Name="OrgandiationId" Type="Int32" />
<asp:Parameter Name="fromDate" Type="DateTime" />
<asp:Parameter Name="ToDate" Type="DateTime" />
</SelectParameters>
</asp:SqlDataSource>
<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
</telerik:RadScriptManager>
<telerik:RadGrid ID="RadGrid1" runat="server" DataSourceID="SqlDataSource1" OnColumnCreated="RadGrid1_ColumnCreated"
OnItemCreated="RadGrid1_ItemCreated" OnItemDataBound="RadGrid1_ItemDataBound"
ShowHeader="true" ShowDesignTimeSmartTagMessage="False" ShowStatusBar="True" AutoGenerateColumns="true">
<HeaderContextMenu EnableTheming="True">
<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
</HeaderContextMenu>
<MasterTableView HierarchyLoadMode="Client" AllowSorting="true"
DataKeyNames="AllocatedUnitID,AllocatedUnitParentID" Width="100%">
<SelfHierarchySettings ParentKeyName="AllocatedUnitParentID" KeyName="AllocatedUnitID" />
<RowIndicatorColumn>
<HeaderStyle Width="20px"></HeaderStyle>
</RowIndicatorColumn>
<ExpandCollapseColumn>
<HeaderStyle Width="20px"></HeaderStyle>
</ExpandCollapseColumn>
</MasterTableView>
<ClientSettings AllowExpandCollapse="true" />
<FilterMenu EnableTheming="True">
<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
</FilterMenu>
</telerik:RadGrid>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:DEPT_PerformanceReportingConnectionString %>"
SelectCommand="usp_GetRawPMForOrgHierarchy" SelectCommandType="StoredProcedure">
<SelectParameters>
<asp:Parameter DefaultValue="7" Name="OrgandiationId" Type="Int32" />
<asp:Parameter Name="fromDate" Type="DateTime" />
<asp:Parameter Name="ToDate" Type="DateTime" />
</SelectParameters>
</asp:SqlDataSource>