Reflecting changes between datagridview controll and entity collection

Posts   
 
    
dan
User
Posts: 17
Joined: 23-Feb-2006
# Posted on: 03-Jul-2006 18:40:50   

Hello

I'm having problem reflecting changes between datagridview controll and entity collection. I have entity collectin bound to datagridview controll, when I edit records using datagridview they are not reflected in entity collection

Is there way to synhronize changes made in datagridview controll with entitycollection

I know I can make syncronization myself, but it wouldn't be easy and it would take some time

Thank You

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39928
Joined: 17-Aug-2003
# Posted on: 03-Jul-2006 20:39:29   

What's the version of llblgen pro you're using? (and the runtime lib version? Rightmouseclick on ormsupportclasses dll -> properties -> version tab)

Frans Bouma | Lead developer LLBLGen Pro
dan
User
Posts: 17
Joined: 23-Feb-2006
# Posted on: 04-Jul-2006 08:29:34   

Hello

Its 1.0.2005.1

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39928
Joined: 17-Aug-2003
# Posted on: 04-Jul-2006 09:00:37   

dan wrote:

Hello

Its 1.0.2005.1

You use the latest runtime libraries ? (latest build?)

Frans Bouma | Lead developer LLBLGen Pro
dan
User
Posts: 17
Joined: 23-Feb-2006
# Posted on: 04-Jul-2006 09:31:19   

Thank you for your answer, how do I find out what build I'm using? And what is latest build right now?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39928
Joined: 17-Aug-2003
# Posted on: 04-Jul-2006 09:58:03   

dan wrote:

Thank you for your answer, how do I find out what build I'm using?

Rightmouseclick on ormsupportclasses dll -> properties -> version tab

And what is latest build right now?

Build 06282006, which means v1.0.20051.060628 on the version tab simple_smile

Frans Bouma | Lead developer LLBLGen Pro
dan
User
Posts: 17
Joined: 23-Feb-2006
# Posted on: 04-Jul-2006 10:45:11   

Ok got it

1.0.20051.060216

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 04-Jul-2006 14:35:46   

Would you please try the latest build?

Thanks