WPF data grid for financial style reporting?

谁都会走 提交于 2019-12-24 10:31:58

问题


I'm looking for a decent WPF data grid or solution involving one to represent financial data.

I've looked at many - the WPF one, XCeed, Ingragistics, DevExpress, etc.... but none of them seem to offer the simple requirement I have:

I want to be able to display group subtotals in their columns in the group row, e.g.

GROUP 1           xxxx.xx   
  GROUP 2         xxxx.xx
    ROW 1           xx.xx
    ROW 2           xx.xx

Does anyone know of a grid that does this, or a nice supporting collection that implements aggregate functions (group totals would need to be used in individual line items) so that existing grids with a bit of XAML styling would work?

Thanks in advance, Stephen


回答1:


Check out ViBlend DataGrid




回答2:


Do you need a PivotGrid? If so, take also a look at the DXPivotGrid for WPF



来源:https://stackoverflow.com/questions/2845842/wpf-data-grid-for-financial-style-reporting

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!