I am trying to set the column names in GridControl with System.Data.DataTable dataTable.
gridControl1.PopulateHeaders( GridRangeInfo.Cells(0, 1, 0, dataTable.Columns.Count), dataTable);
The first 11 columns are set correctly but all other column names are not settable.
Attachment:
syncfusion_grid_column_name_limit_10_f0a96707.zip