M Mtcc Apr 23, 2004 #1 when i release my program with master-detail form, i want to remove the (+) indicator from master datagrid. how to do that?
when i release my program with master-detail form, i want to remove the (+) indicator from master datagrid. how to do that?
D David Sceppa Apr 29, 2004 #2 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.
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.
G Greg Apr 29, 2004 #3 we simply check to see if there are any child rows if this sis a relation, parent rows if its not