Sebastian
unread,Dec 20, 2008, 9:59:00 AM12/20/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
Hello everyone,
I have created a BindingList<Primitive> where Primitive is a class
which I created myself.
I am able to bind the BindingList to a DataGridView and it shows the
information I want to see.
I can select rows using SelectionMode with FullRowSelect. Is it
possible to retrieve the selected Primitive from the dataGridView (and
not just the values of the grid cells)?
Many thanks, Sebastian