Is there a way to display the grid in an ASP page horizontally with a page size of 3? Are there any properties of the grid that can help achieve this horizontal layout? I have tried using properties like AlternatingRowStyle-HorizontalAlign and EditRowStyle-HorizontalAlign, but they don't seem to work. As a new developer, I am struggling to figure out how to accomplish this. Despite searching online, I haven't found a suitable solution yet.
I envision my grid looking something like this:
Instead of rows, I would like columns to be added. I currently have a DataTable that stores data in a different format.