I am creating a DataGrid in a win form for the first time -- I've done many on a webform, but this is much different.
I want to make the headerText different than the column name, but when I test it the headerText always turns out the same as the mapping Name.
HeaderText = "PO"
MappingName = "PurchaseOrder"
The word PurchaseOrder takes up too much space so I want to use PO, but the Mapping Name keeps displaying instead of the HeaderText.
Is this a bug? or am I doing something wrong?
I want to make the headerText different than the column name, but when I test it the headerText always turns out the same as the mapping Name.
HeaderText = "PO"
MappingName = "PurchaseOrder"
The word PurchaseOrder takes up too much space so I want to use PO, but the Mapping Name keeps displaying instead of the HeaderText.
Is this a bug? or am I doing something wrong?