GridView control has InsertVisible property but what about EditVisible?

N

nicomp

Hey,

Is there a property that I can set programmatically to hide a column
when the user edits a row in a GridView control? I found InsertVisible
but that only applies when a new row is being added, not when an
existing row is being edited.

I can do this...
Me.GridViewSample.Columns.Item(10).InsertVisible = False

How does it work for "edit" mode?

Thanks,

Bill
Cincinnati, OH USA
 

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

Top