This is a migrated thread and some comments may be shown as answers.

Implementing Vertical Grids

3 Answers 191 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Farzana
Top achievements
Rank 1
Farzana asked on 08 Jan 2016, 08:50 PM
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.

3 Answers, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 12 Jan 2016, 12:38 PM
Hello Farzana,

I am afraid this scenario is not supported by the Kendo UI Grid. You can achieve similar results by transposing the data either on the server or on the client (using the DataSource schema.parse function).

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Farzana
Top achievements
Rank 1
answered on 12 Jan 2016, 04:54 PM
Would you have an example which implements the above suggestion? The vertical grid should still be able to handle the Adds/Updates (e.g. it should display a new column instead of a row on Add) and sync up with the backend datasource.
0
Accepted
Alexander Popov
Telerik team
answered on 13 Jan 2016, 08:15 AM
Hi,

While transposing the data can be achieved, displaying a new column on Add is something that would require significant modifications of the Grid's codebase. Currently we do not have an example matching your criteria.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Farzana
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Farzana
Top achievements
Rank 1
Share this question
or