Hello,
I'm using OLAP connection to pivot grid.
When dimension attribute checkbox is used to select dimension attribute it moves the selected attribute to "Row Fields" and after refreshes if it is a aggregate field it will be moved to the appropriate zone. why isn't it getting moved to the correct zone straight away when checkbox is used to select the dimension attribute?
please refer the link for a video demonstrating the issue : https://www.youtube.com/watch?v=MVMaZdbBv1s&feature=youtu.be
Thanks and Regards,
Yohan
I'm using OLAP connection to pivot grid.
When dimension attribute checkbox is used to select dimension attribute it moves the selected attribute to "Row Fields" and after refreshes if it is a aggregate field it will be moved to the appropriate zone. why isn't it getting moved to the correct zone straight away when checkbox is used to select the dimension attribute?
please refer the link for a video demonstrating the issue : https://www.youtube.com/watch?v=MVMaZdbBv1s&feature=youtu.be
Thanks and Regards,
Yohan
5 Answers, 1 is accepted
0
Hello Yohan,
I tested the same scenario on our live example and "Internet Order Count" is directly added to the aggregate fields on it. Could you try to replicate the problem on this example and provide us steps for reproduce or send sample code, which we will use to replicate the problem locally?
Looking forward to your reply.
Regards,
Milena
Telerik
I tested the same scenario on our live example and "Internet Order Count" is directly added to the aggregate fields on it. Could you try to replicate the problem on this example and provide us steps for reproduce or send sample code, which we will use to replicate the problem locally?
Looking forward to your reply.
Regards,
Milena
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Yohan
Top achievements
Rank 2
answered on 18 Jul 2014, 03:44 AM
Hello Milena,
Please try to replicate the issue with below provided code segment. Refer it and let me know if there is anything wrong with the code.
Thanks and Regards,
Yohan
Please try to replicate the issue with below provided code segment. Refer it and let me know if there is anything wrong with the code.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html>
<
html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<
head
runat
=
"server"
>
<
title
></
title
>
</
head
>
<
body
>
<
form
id
=
"form1"
runat
=
"server"
>
<
div
>
<
telerik:RadScriptManager
ID
=
"RadScriptManager1"
runat
=
"server"
>
</
telerik:RadScriptManager
>
<
telerik:RadPivotGrid
ID
=
"rpgDashboard"
Width
=
"100%"
Height
=
"100%"
runat
=
"server"
PageSize
=
"15"
AllowPaging
=
"True"
EnableZoneContextMenu
=
"True"
AllowFiltering
=
"True"
EnableConfigurationPanel
=
"True"
ConfigurationPanel-ChangeLayoutButton-Visible
=
"False"
ConfigurationPanel-DeferLayoutUpdateCheckBox-CssClass
=
"rpgDifferLayoutUpdateHide"
EnableEmbeddedSkins
=
"True"
AllowSorting
=
"False"
>
<
ColumnHeaderCellStyle
Width
=
"120px"
></
ColumnHeaderCellStyle
>
<
OlapSettings
ProviderType
=
"Xmla"
>
<
AdomdConnectionSettings
Cube
=
"Adventure Works"
DataBase
=
"Adventure Works DW 2008R2"
ConnectionString
=
"Data Source=http://demos.telerik.com/olap/msmdpump.dll;Catalog=Adventure Works DW 2008R2"
></
AdomdConnectionSettings
>
<
XmlaConnectionSettings
ServerAddress
=
"http://demos.telerik.com/olap/msmdpump.dll"
Cube
=
"Adventure Works"
DataBase
=
"Adventure Works DW 2008R2"
/>
</
OlapSettings
>
<
PagerStyle
Mode
=
"NextPrevNumericAndAdvanced"
AlwaysVisible
=
"true"
PageButtonCount
=
"5"
></
PagerStyle
>
<
ClientSettings
EnableFieldsDragDrop
=
"True"
>
<
Scrolling
AllowVerticalScroll
=
"True"
ScrollHeight
=
"250px"
></
Scrolling
>
</
ClientSettings
>
<
ConfigurationPanelSettings
Position
=
"Left"
LayoutType
=
"Stacked"
DefaultDeferedLayoutUpdate
=
"True"
EnableDragDrop
=
"False"
EnableFieldsContextMenu
=
"True"
EnableOlapTreeViewLoadOnDemand
=
"False"
>
</
ConfigurationPanelSettings
>
</
telerik:RadPivotGrid
>
</
div
>
</
form
>
</
body
>
</
html
>
Thanks and Regards,
Yohan
0
Hello Yohan,
Thank you for the sample code provided.
I replicated the same problem on my end and it seems that this issue is already logged in our tracking system. Our developers will investigate it and will provide a proper fix in some of our next releases.
Regards,
Milena
Telerik
Thank you for the sample code provided.
I replicated the same problem on my end and it seems that this issue is already logged in our tracking system. Our developers will investigate it and will provide a proper fix in some of our next releases.
Regards,
Milena
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Debajyoti
Top achievements
Rank 2
answered on 18 Sep 2014, 07:00 AM
I am having the same issue in RadPivotGrid. Currently i am using Telerik Version 2014.2.618.45. When i checked the dimension checkbox,the dimension is being added to row fields. But when i tried to uncheck the dimension checkbox......its not being unchecked. Please help
0
Hello Yohan,
We will include many fixes related to PivotGrid and Olap functionality in Q3 2014 Beta version, which will be released at the beginning of October. This issue will be also fixed there. So, I will recommend you to wait for this version of controls and verify if the problem still exists.
Regards,
Milena
Telerik
We will include many fixes related to PivotGrid and Olap functionality in Q3 2014 Beta version, which will be released at the beginning of October. This issue will be also fixed there. So, I will recommend you to wait for this version of controls and verify if the problem still exists.
Regards,
Milena
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.