Unplanned
Last Updated: 03 Jan 2020 14:41 by ADMIN
Simon
Created on: 10 May 2012 15:06
Category: Kendo UI for jQuery
Type: Feature Request
67
Vertical Grid / Property Grid
Add a new Kendo UI component to display a record vertically (Or add an option to the existing grid to change the orientation of the records).

Usually, I was using vertical grid to display a single record but some people might need it to display more than one record (ex: when you compare items on best-buy web site)

The vertical grid could also be used as a property grid (http://www.telerik.com/products/silverlight/controls/propertygrid.aspx).
8 comments
ADMIN
Carl
Posted on: 08 Feb 2018 16:34
Hey everyone!

Wanted to mention to everyone subscribed to this feedback item, and anyone visiting, that we have a couple of knowledge base articles that could help with getting this kind of structure for the existing Grid.

https://docs.telerik.com/kendo-ui/knowledge-base/property-grid
https://docs.telerik.com/kendo-ui/knowledge-base/transposed-grid

When voting and commenting on this issue please let us know if these links are helpful!
Jack
Posted on: 03 Mar 2017 12:09
I have made one which you can download from https://github.com/kidoju/Kidoju-Widgets.
After cloning the project, run https://github.com/kidoju/Kidoju-Widgets/blob/master/src/kidoju.widgets.propertygrid.html
Harlan
Posted on: 19 Apr 2016 14:57
To make a grid mobile friendly, you need to be able to switch it to vertical mode when the screen size is less than a specified size. It would be nice to be able to do this on the fly too, but being able to do it at load time would be better than not being able to do it at all.
Kalhara
Posted on: 30 Jul 2014 14:24
Another important line of business app requirement/control. 100% support this 
Dr.YSG
Posted on: 10 Jun 2013 19:03
I need this to show a grid of state values [ {State-name, value} ] is how I do it now, but it would be nice if this was just a 1-D array of values, and the state-names came from the Column Names.
Simon
Posted on: 27 May 2013 12:14
The link above is dead.... here's the new one:
http://demos.telerik.com/silverlight/#PropertyGrid/FirstLook
Tim R
Posted on: 19 Jan 2013 14:45
@Simon, you can approximate a single-record vertical-grid-like display using kendo templates. But it would be good to have a full-featured edit-capable vertical grid.
Tim R
Posted on: 16 Jan 2013 21:48
Yes indeed!  All of our line-of-business data-entry screens use a vertical grid. Consistent look and feel and virtually no user-training is required.  I would really like to see this feature in Kendo, with the ability to attach datatype-specific editors to the cells.