Unplanned
Last Updated: 14 Feb 2020 09:32 by ADMIN
Cameron
Created on: 18 May 2016 05:55
Category: PageLayout
Type: Feature Request
6
Add Span and ColSpan for Rows
Rows and columns should have the same features - like in WPF.

Why not add Span and ColSpan to rows. It's a given that a row should default to 100% width of containing element.

RowSpan could set the width to that defined by the grid system - ie: Span 6 (of 12) is 50% width. The span could also be a hard-coded px value. Similar to using spans instead of divs in HTML.

ColSpan could interrogate the columns within the row and adopt their widths - ie: ColSpan 2 = same width as the 1st and 2nd columns combined.
2 comments
ADMIN
Rumen
Posted on: 14 Feb 2020 09:32

Thank you for the nice feature requests!

I've updated the status of the item to Unplanned, which means that this is a valid feature that we can implement in the future.

Best Regards,
Rumen
Progress Telerik

Get quickly onboarded and successful with UI for ASP.NET AJAX with the Virtual Classroom technical trainings, available to all active customers. Learn More.
Kasim
Posted on: 09 Feb 2020 08:53

RowSpan for Layoutcolumn would be a very useful addition. This will allow us to extend a column to multiple rows and make the result really flexible. In addition we can have RowSpan based on screen sizes as:

  • RowSpanXl
  • RowSpanLg
  • RoaSpanMd etc.