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.
Is there anyway to stop the Grid From drawing itself or repainting automattically? When doing a lot of formating it seems the Grid jumps around alot. I would prefer it to just not show anything and wait until I call refresh.
ADAdministrator Syncfusion Team March 2, 2005 11:57 PM UTC
Try calling grid.BeginUpdate before you start your changes, and then call grid.EndUpdate after the changes. You may then have to call grid.Refreah to repaint everything.