Okay.. I have a simple question. How can I change the text of column headers in a datagrid and dataview from the field name of the data table? I'm trying to do this on a Windows Form. I've tried using .Caption ( i.e. myDataView.Table.Columns(0).Caption="Quantity"
with no luck! The .CoumnHeadersVisible property is set to True on the dataview.
Thanks
Thanks