Windows Form - Datagrid problem

  • Thread starter Thread starter Gary Rynearson
  • Start date Start date
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
 
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
 
Back
Top