问题标签 [pivot-grid]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
202 浏览

winforms - Devexpress WinForms PivotGrid cell color depending on Field

In WinForms DevExpress (16.1) I have a PivotGrid Control and a CustomCellValue event handler, I was wondering if it is possible to set the cell style along with the value in the same handler.

0 投票
2 回答
258 浏览

c# - 在我的 WinForms 项目中恢复 DevExpress PivotGridControl 中的布局不起作用

我使用以下代码保存和恢复DevExpress PivotGridControl V7.2布局:

但是在运行恢复代码后,布局并没有改变!我的代码有问题吗?

0 投票
2 回答
146 浏览

c# - 在 DevExpress PivotGridControl 中使用 DisplayNameAttribute

有没有办法使用为每个属性定义的 [DisplayName] 作为 a 中的字段PivotGridControl

使用以下代码导致 show IdNum as Pivot Fields,但我希望改为显示IdentifireNumber :

0 投票
0 回答
233 浏览

javascript - Extjs pivotgrid的深度数据结构

首先看一下我试图在数据透视表上显示的数据:https ://api.myjson.com/bins/1a46si ,你可以看到项目应该基于“L1~L8”嵌套,并且它应该在聚合上显示的值是“SUM”。例如,一个“L1”项在 L1 上有一个值,但 L2~L8 将为空,其总和值是其所有“子项”的总和(此计算已从服务器发送,因此枢轴网格只需要显示它)。

现在我这样做是这样的:

问题是枢轴网格将这些在 L2~L8 上没有任何值的数据显示为“(空白)”,另一个问题是汇总其子项的总和,我已经尝试获取记录的 SUM 值自定义聚合器,但我找不到与当前聚合对应的正确记录。

小提琴示例:https ://fiddle.sencha.com/#view/editor&fiddle/2qrf

图像结果:在此处输入图像描述

我是否需要更改映射模型的方式?对不起,如果我不够清楚。

0 投票
1 回答
141 浏览

extjs - Best way to use checkboxes inside a Extjs Pivot Grid

I have a pivot grid which display if the users have create,read,update,delete" permissions, the users are agrouped in this way departaments > estabilishments > sectors > users and i want the user to be able to edit this fields.

I already tried using with a renderer:

and with a widget column:

My Aggregator:

The checkbox apears on the grid but my problem is the data "dont persist", whenever i expand or collapse a left axis on the pivot grid the value of the checkbox returns to its original value, how can i persist this data?

Already tried update the record manualy

But still, it doestn't work.

EDIT: Had to change the column object event listener to:

With this, the change event is only fired when the users check a checkbox, and finally, I could use norbeq's answer

0 投票
2 回答
462 浏览

asp.net-mvc - 如何在 Kendo UI asp.net mvc Pivot 网格中隐藏总和列和行

在 Pivot 网格(Kendo UI asp.net MVC)中,我试图隐藏最后一列和最后一行但未能成功(即显示网格中默认的总字段的列和行)。我在谷歌上搜索,但我没有得到正确的答案。

谁能帮我做?

0 投票
1 回答
41 浏览

extjs - Extjs 枢轴网格行号

在厨房水槽经典枢轴网格配置插件示例中,网格的第一列中有行号。有谁知道如何做到这一点?

这是示例的链接 https://examples.sencha.com/extjs/7.1.0/examples/kitchensink/?classic#configurable-pivot-grid

我尝试将 rowNumbers 设置为 true,但它不起作用

谢谢

0 投票
0 回答
75 浏览

reactjs - 如何获取rowFields以比较枢轴网格devextreme中的两列反应js

我有使用devExtreme react pivot grid的枢轴网格,我想比较两列,所以我需要行字段来比较,但是在单元格渲染中我没有行字段,有没有办法获得行字段。

例子:

0 投票
0 回答
43 浏览

typescript - DevExtreme Angular PivotGrid - 事件委托

我在 Angular 应用程序中使用DevExtereme Pivot Grid。他们没有编辑功能,因为它是一个报告工具。我使用onCellClick事件来处理我的编辑要求,如下所示:

这工作正常。现在,当用户在第一个单元格的文本框中点击 Tab 键时,我想让下一个单元格可编辑。

onCellClick事件参数公开以下属性。这里,cellElement 属性由nextSibling对象组成。 在此处输入图像描述

在当前单元格的focusOut上,有什么方法可以将相同的onCellClick事件委托给当前选定单元格的下一个兄弟姐妹?以便下一个单元格可以对其调用onCellClick事件并转到可编辑模式。

0 投票
1 回答
130 浏览

c# - modal 上的 DevExpress PivotGrid 控件不起作用,加载栏一直弹出并且在 ASP.NET MVC 中不会消失

我需要在带有 asp.net mvc 的项目中打开一个按钮触发的弹出窗口。我使用 Ajax 发送一个参数并将部分视图设置为模态的主体。数据进来,枢轴网格被创建,但枢轴网格事件不起作用。当我单击弹出窗口中枢轴网格上的分页或排序时,文本“正在加载”并且它永远不会消失。我在做某处缺少的东西吗?我在显示弹出窗口时调用了 AdjustControl 方法,但它不起作用。它占用了我很多时间,但我仍然找不到解决方案。我请求你的支持。

在此处输入图像描述

按钮

带参数的 Ajax 调用

自定义ajax方法

ASP.NET MVC 控制器和操作

部分视图