|  | 
| Deselect All Rows | 
| Post Reply   | 
| Author | |
| energypf   Newbie     Joined: 13 October 2009 Location: Italy Status: Offline Points: 6 |  Post Options  Thanks(0)  Quote  Reply  Topic: Deselect All Rows Posted: 17 January 2013 at 1:29pm | 
| Hi, when I fill the control report and call the redraw event, I automatically select the first row. Is there a way to deselect all selected rows? I tried with SelectedRow.DeleteAll, but does not work. I also tried with this:           If lstReport.SelectedRows.Count> 0 Then 		 lstReport.SelectedRows.Row (0). Selected = False 	  End if | |
|  | |
| Post Reply   | |
| Tweet | 
| Forum Jump | Forum Permissions  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |