or
<system.webserver>
<handlers>
<add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
</handlers>
</system.webserver>Ajax 2010.3.1317.45
as mentioned in this article,
http://www.telerik.com/help/aspnet-ajax/grdperformcalculationsingroupheader.html
I would like to have calculation (only group "count") on Any column being grouped. is there any way to accomplish this client-side, the reason for asking is that i use
GroupLoadMode="Client"
In stock - <span style='color: #ff0000;'>[[stock]]</span> itemstooltip.show();tooltip.set_contentElement(inStockTextCached);var content = tooltip.get_content().replace(""[[stock]]"", fields[" + QoHDisplay.QuantityOrdinal + @"]);tooltip.set_content(content);tooltip.hide();tooltip.show();tooltip.set_contentElement(inStockTextCached);inStockTextCached" to the label that holds the template text. I then set the tooltip's content element to be the same.set_contentElement(inStockTextCached) works fine but in InternetExplorer it does not work.var content = tooltip.get_content().replace(""[[stock]]"", fields[" + StockOrdinal + @"]);tooltip.set_content(content);tooltip.hide();<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server"> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> <div class="textcontent"> <h1>Exterior Pictures</h1> <div> <telerik:RadRotator ID="RadRotator1" runat="server" Height="363px" Style="margin-left: 60px" ItemHeight="363px" ItemWidth="550px" RotatorType="SlideShowButtons" Width="590px" Skin="Default"> <SlideShowAnimation Duration="3000" Type="Fade" /> <ItemTemplate> <asp:Image ID="Image1" runat="server" ImageUrl='<%# DataBinder.Eval(Container.DataItem, "ImageUrl") %>'/> </ItemTemplate> </telerik:RadRotator> </div> </div> </asp:Content>