Datagrid select all and deselect

  • Thread starter Thread starter Dale
  • Start date Start date
D

Dale

Does anyone know how to select all of the items in a
datagrid and then how to deselect all items in a datagrid.

Thanks in advance!

Dale
 
Dale,

There is no direct way to do this. You will need to iterate through all rows to
select them all and do the same thing to unselect them.

Hope this helps!
Bharat Patel
Microsoft, Visual Basic .NET

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only. Thanks.
 
Back
Top