You'll need to have the RowHeadersVisible property set true to allow the
user to select full rows with a single click.
The DataGrid in .NETCF supports only text. Using the SmartGrid from Resco
you can incorporate images and other formatting -
http://www.resco.net/developer/smartgrid/
Peter
--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com |
http://blog.opennetcf.org/pfoot/
" A_PK" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Just wonder default datagrid able to support fullrow select while I click
> the column cell or not. I am aware of that if we click the parent row,
> then the full row will be selected. but I want to hide the parent row, and
> if there any way to do when I click the column cell, then the full row
> will be selected ?
>
> another question. how to add pic to Datagrid ?
>
>