Hi @Bob Dang ,
The DetailView is a data control. Of course the purpose is to show the data from the data source. You could try to bind the source to see the layout. It only show one single record. When you bind the datafield, there are two ways: one is using BoundField. Because the detailview have the table layout, you only bind the DataField on the BoundField. Another way is using the templatedfiled. You could create the template by yourself. I suggest you could learn this article.
Best regards,
Yijing Sun
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.