Hi,
In my radgrid, I have AutoGenerateColumns == true.
I also have one column defined myself in the aspx file in the <Columns> section.
This column I have defined, will always appear BEFORE the auto generated columns, how can I get it to appear as the LAST column? So after the auto generated columns?
I already tried to use SwapColumns() function in the OnColumnCreated event, but that did not work.
Kind Regards,
Raymond