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 it possible to add a bound column at a specific position. i.e. I have a standard set of bound column definitions, and based on data retireved I may want to insert an additional bound column in the 1st column position. The Add Method does not support inserting a column, just appending a column.
Is there an easier way?
Thanks in advance.
Anthony Mansfield
ADAdministrator Syncfusion Team October 31, 2002 02:54 PM UTC
There is no insert method, just the Append. But you can append the new column, and then move it to where you want it by calling:
GridDataBoundGrid.Model.Cols.MoveRange
AMAnthony MansfieldOctober 31, 2002 04:18 PM UTC
Once again -
Thanks Clay. Your quick response to questions in this forum is amazing.
Keep up the good work.
Anthony Mansfield