JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › How to remove Sum: from summary row?
Tagged: smart grid
I’ve added the summary[‘sum’] in my column and in my summary row I’m getting the value like this Sum:4,456.76 now I want to remve Sum: from the summary row how can I acheive it?
Thank you
Hi,
To achieve this, you can do this: grid.messages['en']['sum'] = '{{value}}'; The Sum: value is part of the grid’s localization.
grid.messages['en']['sum'] = '{{value}}';
Best regards, Markov
Smart UI Team https://www.htmlelements.com/