Bar in the datagrid

G

Guest

Hi
I would like to know how can i display the selection bar like the list control. My selection bar is by cell and i don't want it

Thanks
 
G

Guest

H

In data grid you can select an entire row by grid.Select(rowNumber) method
If you want rows to be selected when you click a cell; In the CurrentCellChanged event of gri
use grid.Select(grid.CurrentCell.RowNumber

Regard

Dincer Uyav
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top