Pick List

Pick List

Old forum URL: forums.lhotka.net/forums/t/359.aspx


Michael Hildner posted on Tuesday, June 13, 2006

Hello,

I'm still trying to understand how to properly design my business objects to satisfy my use cases.

I need to have a pick list where users can choose one of many items. There's several properties they need to see, so I'm thinking of showing a grid in a pop up type window.

I'm thinking I should have a class that derives from ReadOnlyListBase which is a collection of objects derived from ReadOnlyBase.

Is this the right way to do this type of thing?

Thanks,

Mike

ajj3085 replied on Tuesday, June 13, 2006

That is what I do.  Just display the choices in a DataGridView, which only allows one row to be selected.

HTH
Andy

Michael Hildner replied on Tuesday, June 13, 2006

Thanks for the Reply Andy, I just needed some confirmation. Slowly getting my head around this.

Regards,

Mike

Copyright (c) Marimer LLC