Hi Malcolm,
Thanks for your interest in Syncfusion Components.
Query#:- How can fill the entire row with the data without it being constrained to the columns?
We have checked your query and to achieve your requirement we suggest to override the existing CSS Styles of .e-summaryrow in order to fill the summary value to fill the row as like your provided screenshot.
Refer to the code below:-
<style>
.e-grid .e-summaryrow {
white-space: pre !important;
overflow: unset;
}
</style> |
Screenshot:-
Please get back to us if you need any further assistance.
Regards,
Farveen sulthana T