Hello,
In FlexGrid it has formula feature.
https://www.grapecity.com/wijmo/demos/Grid/FlexSheet/Formulas/react
In customer's requirement, supporting formula in DataGrid required.
(like auto calculation - unitprice * amount)
If there are any roadmap that implement Formula cell feature, please let me know.
Regards,
Ayumi
Hello @Ayumi Fukushima,
There is a new Release of the Data Grid with Calculated column - version 2.3.0
Please take a look at the documentation of this new Column Type.
Thanks,
Bruno Martinho
Hello @Ayumi Fukushima
Thank you for your question.
I've been investigating the link you shared and that specific feature is from FlexSheet, this data grid is built on top of FlexGrid.
Since FlexGrid is different from FlexSheet, it is not that simple to bring those features into our data grid component.
However we are on the stage of discovery for a feature called Calculated columns.
Can you share a little bit your use case? Is your goal that the end user could write formulas? Or only the developer can set the formula in Design time in Service Studio?
Hello
Thank you for your reply.
At this moment requirement is only the developer can set the formula in Design time in Service Studio in specific columns
Regards
It's a good idea. it really would help to develop the more advanced grid feature with the reactive application.
Hello , Sorry for late response.
Thank you very much for adding Calculate Column feature. It is very useful.