GridLayout row sections?

1 Answer 72 Views
GridLayout
Deasun
Top achievements
Rank 3
Bronze
Bronze
Bronze
Deasun asked on 31 Jan 2023, 12:42 PM

Ok I use a gridlayout for the page.

I would like to put a border around some of the rows, for different logical sections.

See the blue areas, thats where I would like to setup a border for each section. Not seeing a way to do that.

Any ideas?

Thanks

See image:

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 02 Feb 2023, 11:22 AM

Hi Deasun,

The CSS Grid concept includes "cell" elements, but not "rows" or "columns".

As a result, there is no suitable element to apply the border to. The desired appearance is possible only if you adjust the border styles of each "cell" and don't use gaps between the cells.

----------     ----------     ----------
| cell 1         cell 2        cell 3 |
----------     ----------     ----------

Regards,
Dimo
Progress Telerik

Learn about the important changes coming in UI for Blazor 4.0 in January 2023!
Tags
GridLayout
Asked by
Deasun
Top achievements
Rank 3
Bronze
Bronze
Bronze
Answers by
Dimo
Telerik team
Share this question
or