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.
When using frozen columns, the following issues are encountered:,
Normal columns, I have set the freeze attribute, which can be achieved. But when my column has multiple headers. Freezing column attributes renders them invalid.
RRRajapandi Ravi Syncfusion Team December 30, 2024 12:01 PM UTC
Hi
Renard,
Greetings
from Syncfusion support
To
use frozen columns in a Syncfusion EJ2 Grid with a stacked header column, set
the freeze property to Left within the column definition in the orderColumns
array. Ensure that each nested column includes the Freeze property to enable
the freezing behavior to the respective columns. Refer to the code example and
sample below for more details.