Unplanned
Last Updated: 08 Jun 2020 14:57 by ADMIN
ADMIN
Marin Bratanov
Created on: 07 Aug 2018 07:07
Category: PageLayout
Type: Feature Request
5
Height options for LayoutRow
In the LayoutColumn we can easily set different Span which sets the width of the columns based on the viewport size. 

A similar implementation with LayoutRow is required where based on viewport size, the height of the respective row can be set.

Properties can be:
Height [Defaault Height of the Row]
HeightXl
HeightLg
HeightSm
etc..

One potential issue is that the content of the rows determines their height (and doing it differently can break the layouts): https://docs.telerik.com/devtools/aspnet-ajax/controls/pagelayout/structure/rows. Nevertheless, you can use their CssClass property and cascade through it in a @media query of your own that will provide the desired appearance. For example, you can place you own containers that will receive the necessary rules.

Another caveat is how to determine the height, especially when set in percent. The layout may be in a container that does not span the entire viewport, and height in percent poses a lot of requirements on the entire HTML structure outside of the control as well (all parent elements having explicit dimensions, and no sibling elements being present next to elements with height in percent).

Considering these potential issues, you can use the CSS solution attached below.
Attached Files:
3 comments
ADMIN
Rumen
Posted on: 08 Jun 2020 14:57

Hi Kasim,

Thank you for your question.

This valuable feature is under our radar and we do want to implement it, but since the demand for it is low for the past years, its backlog priority is not high. You know that the priorities are set based on surveys, feedback portal plus votes, trends and interviews. If this item becomes popular in the future, we will definitely plan it.

Regards,
Rumen
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Kasim
Posted on: 02 Jun 2020 03:57

Hi Marin,

It has been 2 years since this feature has been requested. Still, it is un-planned. By when can we see this in the toolset?

Kasim
Posted on: 08 Aug 2018 04:38
I know the requirement is definitely complex. However, if implemented with precision, will give a distinctive edge to Telerik responsive design over all other third parties development components available in the market.