Quick question (I hope!)
I've been seaarching around, but havent found a way to make a datagrid non-navigable. The databinding value, is set to a dataset and a table which has relations, however I do not want the "+" buttons to the left of the rows to be displayed?

Thanks in advance.
k

Re: Datagrid non navigable by Mark

Mark
Wed Jun 23 05:26:43 CDT 2004

easiest way to remove + is to make the datagrid's datasource the table
itself.

--


Br,
Mark Broadbent
mcdba , mcse+i
=============
"kk" <kk@discussions.microsoft.com> wrote in message
news:A935A05E-7030-408F-ACA0-068020A865D7@microsoft.com...
> Quick question (I hope!)
> I've been seaarching around, but havent found a way to make a datagrid
non-navigable. The databinding value, is set to a dataset and a table which
has relations, however I do not want the "+" buttons to the left of the rows
to be displayed?
>
> Thanks in advance.
> k



Re: Datagrid non navigable by Sanjeeva

Sanjeeva
Wed Jun 23 19:16:28 CDT 2004

Set AllowNavigation Property of the Grid to false;

Regards,
Sanjeeva
Proteans Software Solutions

"kk" <kk@discussions.microsoft.com> wrote in message
news:A935A05E-7030-408F-ACA0-068020A865D7@microsoft.com...
> Quick question (I hope!)
> I've been seaarching around, but havent found a way to make a datagrid
non-navigable. The databinding value, is set to a dataset and a table which
has relations, however I do not want the "+" buttons to the left of the rows
to be displayed?
>
> Thanks in advance.
> k