Is it possible to change the position of the columns in the RadGrid.
Suppose there are 3 columns in the RadGrid and and I want to make the 3rd column to display in the next row so that there will be totally 2 columns and each entry has 2 rows associated. Is this possible.
A suggestion would be to use the NestedViewTemplate feature of the RadGrid . You could set the two columns in the mastertable view and in the template place another grid with a single column.
Check out the demo link below demonstrating the same :