Hello,I'm evaluating different WPF grids for a current software project in our company. By reading your documentations, forum threads and trying your demos, I couldn't find out if your grid control could meet all of our special requirements:1. multiple grouping with collapsing/hidding possibility (could be fixed groups, not necassary for user to change grouping items at runtime)
2. different formulas per cell not just per column, i.e. the FormulaColumn-item[1] could have another formula than FormulaColumn-item[2].
3. formula in one cell that is related to other cells (other column and/or row index), i.e. formula in cell A1: "B5 + C10"
4. possibility for user to change the formulas (by editor)Maybe this all could be done by combining your xamGrid, xamCalculationManager and xamFormulaEditor but I'm not quite sure. Could you please tell me if this is somehow possible and give me an example?
Hello,
Could you please try again to download it and let me know if it helps you.
Looking forward for your reply.
I would like to test your new sample but the link to the ZIP-file doesn't seem to work.
I have been looking into your requirement and I modified the sample I sent you before, so now it has the functionality you want. Basically I handled the GroupByRecordPresenter’s Loaded event and in there I made the calculations you want and add the m to the Record’s Description, but you can modify them as you want.
Hope this helps you.
this looks great, thank you!
But I have another requirement I didn't mention. Is it possible to customize the grouping headers to display group calculations, i.e. a custom formula like "sum(assets in the group) + sum(loans in the group).
regards
P.S.: Sorry for my delayed answers but the option "Email me replies to this post" in this forum doesn't seem to work?! I never get mails of your responses so I always have to check the forum from time to time.
I have been looking into your requirement and I can say that this functionality can be used along with the GroupBy functionality. Also I modified the sample I sent you before, so now the assets are named with the ID of every Record, because when you group by the order of the records is changed, but the IDs doesn’t.