|
I have a datagridview bound to a datasource that is used as the master in a master detail arrangement. It has lastname and firstname fields, I need a single field with the names concatanated. I don't see how to plug in a formatting function and assign it to a column In the java application that I am porting, similar issues were handled by reading the dataset into a class and calling a formating function when the field is displayed. I don't see how to do this in the datagridview/datadapter world of C# Thanks
|