The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
I want to embed a chart into a row of the grid.
Is it possible? I know that a chart can be embeded into a cell, but my requirement is into a row.
-seash
ADAdministrator Syncfusion Team May 23, 2005 12:17 PM UTC
You can use covercells so a row is a single cell. Then you can put the chart into the single cell.
The \Syncfusion\Essential Studio\3.2.1.0\Windows\Grid.Windows\Samples\Quick Start\CoveredCells sample has code snippets showing how to cover cells.