Hi Ken,
The DataGrid class should have an EnableNavigation property (or something
similar) that just disables these [+]es. There's also a DataGridTableStyle
class you can apply to a certain data table bound to the grid - may be this
property is available only from the DataGridTableStyle.
--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE
"Ken Morris" <(E-Mail Removed)> wrote in message
news:1e2e201c38914$82d05b30$(E-Mail Removed)...
> Any ideas on how to suppress the plus sign (+) beside a
> DataGrid row when that particular parent row has no
> records in the corresponding child table?
>
> This applies to a datagrid for a Windows form.
>
> Much thanks to the white knight who can help me.