Hi guys

I am trying to build a program that will have 3 DetailsView side by side but I want to have an empty textbox next to each field

I cant seem to be able to get a column in between and I don't see a way to add a column to the detailsView only a field

Here is what I want it to look like

DetailsView:

Field Name Value I want to add
Color Red MyTextBox

Anyone have any ideas, perhaps there is a better control? or way to set this up

My program is reading a textfile from the users computer using text field parser and creating a data table then I am using the details view to display that data vertically rather then horizontally
So instead of

Adress City state

I can go

Address
City
State