I have a RadGrid with 3 columns defined in markup. The remaining X number of columns are auto-generated. Auto-generated columns are always added to the right of the grid appearing after the 3 pre-defined columns. Is it possible to have the auto-generated columns inserted into a specific column position? Or is there an event that knows when the last auto-generated column was added, so I can then programmatically add one or more pre-defined columns? To date, I have used SwapColumns method to move 2 predefined columns to the right-side of the grid, but I have a scenario where that may not work. TIA, Gary.