This is a migrated thread and some comments may be shown as answers.

RadGrid with AutoGenerateColumns

1 Answer 112 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Shirish Lokhande
Top achievements
Rank 1
Shirish Lokhande asked on 11 Oct 2011, 11:30 AM
Hi,

I have a radgrid with AutoGenerateColumns is true.

I need to add a template column with Image at runtime when AutoGenerateColumns is true.

Is this possible?

Regards,
Shirish

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Oct 2011, 12:36 PM
Hello Shirish,

Please keep in mind that RadGrid does not support mixing declarative grid columns with grid columns added dynamically at runtime. You should either create all the columns in the grid programmatically, or else define them all in the aspx file.
Refer to the help article below for more information:
Programmatic creation

Thanks,
Shinu.
Tags
Dock
Asked by
Shirish Lokhande
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or