Inserting a Bound Column at a position

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

2 Replies

AD Administrator 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


AM Anthony Mansfield October 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

Loader.
Up arrow icon