Windows Form - Datagrid problem

G

Gary Rynearson

I have a dataset containing two related tables and a relation. I use the
dataset's parent table as a datasource to a datagrid. This causes the diata
to display with a '+' symbol at the left of the row - indicating the
hierarchical relationship and allowing drilling into the child table.

How can keep the same dataset but get rid of the '+' symbol in the datagrid?

I am using C# and .Net version 1.1

Thanks
 
G

Gary Rynearson

Tim

Thanks, setting the AllowNavigate property to false is the solution, as you
indicated.

I was hoping and figuring it was something easy ... appreciate it.

Gary
 

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