Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Telerik
Build great .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
Testing & Mocking
Debugging
Build JavaScript UI
Javascript
AI for Developers & IT
Ensure AI program success
AI Coding
Additional Tools
Enhance the developer and designer experience
UI/UX Tools
Free Tools
CMS
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