or
<telerik:RadAjaxPanel Width="100%" ID="resultsUpdatePanel" runat="server" ClientEvents-OnResponseEnd="resizeGrid(true);calcResultsLoad();" LoadingPanelID="RadAjaxLoadingPanel"> <div id="divResultsGrid" runat="server" style="margin-left: 10px;"> <eACoolGrid:CoolGridView ID="grdResults" runat="server" GridLines="None" AutoGenerateColumns="true" AllowPaging="false" ShowFooter="false" EnableViewState="true" AllowSorting="true" EmptyDataText="No Data to Display" DefaultColumnWidth="75px" Width="99%"> </eACoolGrid:CoolGridView> </div> </telerik:RadAjaxPanel><asp:SqlDataSource ID="CategoriesDataSource" runat="server" ConnectionString="<%$ ConnectionStrings:Development %>" SelectCommand="myApp_CategoriesSelect" SelectCommandType="StoredProcedure"> </asp:SqlDataSource>Posted 22 hours ago (permalink)