or
<telerik:RadGrid runat="server" ID="TasksGrid" Width="100%" Height="642px" AutoGenerateColumns="false" AllowPaging="false" AllowFilteringByColumn="false" EnableViewState="false" CssClass="TasksGridClass"> <GroupPanel Enabled="False"> <PanelItemsStyle BorderColor="Red" /> </GroupPanel> <MasterTableView ClientDataKeyNames="UniqueId,AllowOpenActivity"> <GroupByExpressions> <telerik:GridGroupByExpression> <SelectFields> <telerik:GridGroupByField FieldName="ResourceName" HeaderText="Resource" /> </SelectFields> <GroupByFields> <telerik:GridGroupByField FieldName="ResourceName" HeaderText="Resource" /> </GroupByFields> </telerik:GridGroupByExpression> </GroupByExpressions> <Columns> <telerik:GridBoundColumn HeaderText="Tasks" Groupable="False"/> </Columns> <ItemTemplate> <%#TaskDisplayInfo.RenderGridRow(Container.DataItem)%> </ItemTemplate> <CommandItemSettings ExportToPdfText="Export to Pdf"></CommandItemSettings> </MasterTableView> <GroupingSettings CaseSensitive="False" /> <ClientSettings AllowRowsDragDrop="False" AllowDragToGroup="False" > <Scrolling AllowScroll="true" UseStaticHeaders="true" SaveScrollPosition="true" /> <Selecting AllowRowSelect="true" /> <ClientEvents OnRowDblClick="OnTaskGridRowDoubleClick" /> <Resizing AllowColumnResize="False" /> </ClientSettings> </telerik:RadGrid>1var touchScroll = false;function initializeMobile() { if (Telerik.Web.UI.TouchScrollExtender._getNeedsScrollExtender() && !touchScroll) { touchScroll = new Telerik.Web.UI.TouchScrollExtender('body', { autoScan: true }); touchScroll.initialize(); }}Telerik.Web.UI.TouchScrollExtender._getNeedsScrollExtender = function () { return $telerik.isMobileSafari || $telerik.isAndroid;};
Telerik.web.UI.dll - 2008.2.826.20
Telerik.QuickStart.dll-1.0.2827
Telerik.Charting.dll -2.0.4
What we need to do achieve the Bar, Column ,Pie , Stacked Column, Stacked Bar same as dundas . As the reference I could find Bar, Column ,Pie , Stacked Bar but Stacked Column I could not find .so kindly guide me the exact details of chart and how to achieve this .