Datagrid non navigable

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
easiest way to remove + is to make the datagrid's datasource the table
itself.

--


Br,
Mark Broadbent
mcdba , mcse+i
=============
kk said:
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?
 
Set AllowNavigation Property of the Grid to false;

Regards,
Sanjeeva
Proteans Software Solutions

kk said:
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?
 
Back
Top