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
 

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

Back
Top