I have used the ObjectListView correctly. Kudos for the great idea and work!
I am pulling data from tables to feed to the control. When I do a double click on a record I need a value for one of the controls. From what I can tell I need to cast "object sender" to a usable form. I can do the following reflection in the event handler. Is there a better, more readable, understandable way?
I have used the ObjectListView correctly. Kudos for the great idea and work!
I am pulling data from tables to feed to the control. When I do a double click on a record I need a value for one of the controls. From what I can tell I need to cast "object sender" to a usable form. I can do the following reflection in the event handler. Is there a better, more readable, understandable way?
Pulling data by Linq (Entity Framework):
Use at the doubleClick event handler: