Search code examples
aspxgridview

creating Two column layout like widgets in aspx


enter image description here

Hi I have to create a two column page layout with pagination in asp.net. The below image is the sample format. How can this be achieved? Can it be possible through Devexpress? two columns and three rows with separators as shown in image


Solution

  • Using Devexpress's ASPxDataView and setting ColumnCount="2" resolved the issue