Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support
Resources
Free Assets and Tools
Design and Productivity Tools
I have an issue in my GridColumn, need to calculate sum of the cell input data and show in another cell.??!!
Please help me to find out the solution.
Hello, Neeraja,
This can be achieved using a custom cell for a column:https://www.telerik.com/kendo-react-ui/components/grid/api/GridColumnProps/#toc-cell
In that cell, you have access to the row data and can calculate and return the desired sum in the cell.
This is an example:https://stackblitz.com/edit/react-pmh3xr?file=app/main.jsx
I hope this is helpful.
Regards, Stefan Progress Telerik