高级数据网格摘要字段将 XML 数据视为字符串

发布于 2024-12-13 23:38:12 字数 183 浏览 0 评论 0原文

我有一个高级数据网格,其中分组集合附加到 XMLListCollection。

我尝试执行 SummaryOperation,但最终总是在 SummaryRow 上得到 0(零),因为数据似乎被视为字符串,而不是数字。

有没有办法强制 SummaryField2 对象将数据视为数字而不是字符串?

谢谢。

I have an advanced datagrid, with the grouping collection attached to an XMLListCollection.

I tried to perform a SummaryOperation, but always ends up getting 0 (zero) on the SummaryRow as it seems the data is being treated as string, instead of numeric.

Is there a way to force the SummaryField2 object to treat the data as numeric rather than string?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

羁绊已千年 2024-12-20 23:38:12

旧的 SummaryField 有一个summaryFunction 属性,可以满足您的需要。您或许还可以编写自己的 SummaryOperation,将 XML 考虑在内。

The older SummaryField has a summaryFunction property that does what you need. You could probably also write your own SummaryOperation that takes XML into account.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文