-
Notifications
You must be signed in to change notification settings - Fork 73
949462: Included Removing hidden column elements from the DOM topic in Blazor UG #5747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Build Status: INPROGRESS 🔃 |
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
blazor/datagrid/columns.md
Outdated
|
|
||
| ## Removing hidden column elements from the DOM | ||
|
|
||
| The Syncfusion Blazor DataGrid component allows you to control whether the cell elements of hidden columns should be rendered in the DOM. By default, hidden columns are included in the DOM but are visually hidden using CSS. However, when dealing with large datasets or multiple hidden columns, rendering these elements may impact performance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Vinitha-Balasubramanian , use this content
The Syncfusion Blazor DataGrid component provides control over whether the cell elements of hidden columns are rendered in the DOM. By default, hidden columns are included in the DOM, but you can prevent their rendering using the ShouldRenderHiddenColumns property. This optimization improves performance, especially when multiple hidden columns are present.
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
blazor/datagrid/columns.md
Outdated
|
|
||
| ## Removing hidden column elements from the DOM | ||
|
|
||
| The Syncfusion Blazor DataGrid component provides control over whether the cell elements of hidden columns are rendered in the DOM. By default, hidden columns are included in the DOM, but you can prevent their rendering using the [ShouldRenderHiddenColumns](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.SfGrid-1.html#Syncfusion_Blazor_Grids_SfGrid_1_ShouldRenderHiddenColumns) property. This optimization improves performance, especially when multiple hidden columns are present. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rights reserved for "Syncfusion" is missing. Check in all the new content added.
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
dhivyasyncfusion
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Vinitha-Balasubramanian , changes are fine
Newly added the Removing hidden column elements from the DOM topic under the Columns section in the Blazor documentation.