Is it possible to split a radgrid in 2, when a certain number of items is reached and put 1 the left and the other on the right.
By columns i do NOT mean a column for each datafield of the item in the grid, but all the columns with the data of a griditem:
Basically I'm looking if a RadGrid can do the following:
RadgridTitle:
RadgridItem1 | RadgridItem2
RadgridItem3 | RadgridItem4
Each RadgridItem consists of the usual columns displaying the data of the item.
By columns i do NOT mean a column for each datafield of the item in the grid, but all the columns with the data of a griditem:
Basically I'm looking if a RadGrid can do the following:
RadgridTitle:
RadgridItem1 | RadgridItem2
RadgridItem3 | RadgridItem4
Each RadgridItem consists of the usual columns displaying the data of the item.