how remove the + indicator from master datagrid

  • Thread starter Thread starter Mtcc
  • Start date Start date
M

Mtcc

when i release my program with master-detail form,
i want to remove the (+) indicator from master datagrid.
how to do that?
 
If I remember correctly, setting the AllowNavigation property to False
will remove the + indicator and navigation functionality.

I hope this information proves helpful.

David Sceppa
Microsoft
This posting is provided "AS IS" with no warranties,
and confers no rights. You assume all risk for your use.
© 2004 Microsoft Corporation. All rights reserved.
 
we simply check to see if there are any child rows if this sis a relation,
parent rows if its not
 
Back
Top