Good morning, thank you for your post
I tried to solve it this way:
The caller pass the entityType to the called window where I create IEntityCollection object:
IEntityCollection entityCollection = GeneralEntityCollectionFactory.Create(entityType);
Now I can bind this collection to my datagridview. This works fine, all records will be shown correctly.
But now my problem is that I don't know how to get the selected record when closing the form. Normally I get current record by calling elementAt function of collection using index of currentRow from datagridview. The IEntityCollection instance doesn't offer this function. How can I handle that?
Or do I have to strike another way?
some additional infos:
I'm using self-servicing mehtode
LLBLGen Pro version: 2.6 Final