# Form Data Display

## Content



In situations where you would like to display data one record at a time, you can set the [DataView](/componentone/docs/win/online-truedbgrid/) property to [DataViewEnum.Form](/componentone/docs/win/online-truedbgrid/). You can set this property either in the designer or in code to display data in an editable form similar to the one in the following illustration.

![](https://cdn.mescius.io/document-site-files/images/a1b176e5-6638-4b1f-a786-e41a817558bb/images/form-data-display.png)

To adjust the width of the data column area or the caption column area, change the [ViewColumnWidth](/componentone/docs/win/online-truedbgrid/) and [ViewCaptionWidth](/componentone/docs/win/online-truedbgrid/) properties to create the appropriate column spacing.