Hi allHow do I customize a DataGridView, so that the column headers are on the left, and the cells on the right.I want it like this: |-------- |------------| |Name | NameValue | |---------|------------| | Age | Age Value | ---------|-------------|Thank you in advanced