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

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top