Hi All,
I need a feature to implement to transpose a grid (i.e. displaying tabular data in the flip axis so rows becomes columns and vice versa).
Can I know whether KendoUI provides such functionality to show the grid vertically as the example?
Name Age City
Marius 35 Kristiansand
Brian 37 Grimstad
Tom 38 Arendal
And show it as:
Name Marius Brian Tom
Age 35 37 38
City Kristiansand Grimstad Arendal