Hallo,
I have list of objects bound to datagridview with bindingsource. is there a way to add temporary columns to list and modify values using Linq.
I can add a new column to datagridview using columns.add method but when i use LInq i dont know how to specify this column in linq to modify values.
Thanks

