I need to implement vertical grids using kendo which is tied to the data models retrieved through a service call on DataSource read. In other words, the columns need to be displayed as rows and when I do an Add Record it should add a new column to the flipped or vertical grid and sync it with the server. How can I achieve that using Kendo Grid? I am using the angular implementation of Kendo.