Hi
I have a problem
I have a table with a lot of columns, and mapped an enity to that.
I use the entitycollection to data bound to infragistics wingrid.
I have tried to add a unbound column in the grid directly, but it must be initialized with a value from another field.
And this is slow and not OO. Used initialierow with !e.ReInitialize but still slow.
So I wan't to add an unbound field to the entity itself. read/write to entity but not to database. I think I can find out to give it a default value (which come from another related enity).
I have found some info in the forum and it says, that it is simple, but no code showing how to actually do it.
So please show the code. Remember that it is an enity and it must work with an entitycollection and must be read / write.