AutoGenerateColumns on some columns

F

foldface

Hi
I have a datagrid, for one and only one of the columns I need to use
a template column, for the rest AutoGenerateColumns would be fine.
I'm expecting the answer no but is there any way I can say, ignore this one
column and autogenerate the rest?

Ta
F
 
J

Jos

Hi
I have a datagrid, for one and only one of the columns I need to use
a template column, for the rest AutoGenerateColumns would be fine.
I'm expecting the answer no but is there any way I can say, ignore
this one column and autogenerate the rest?

Ta
F

Obviously, you will end up having the same field in two columns.

You can try to handle the OnItemDataBound event, and use it to
hide the duplicate column (with index x) by setting
e.Item.Cells(x).Visible=False
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,819
Latest member
masterdaster

Latest Threads

Top