GridLayout... ColumnSpan

1 Answer 163 Views
GridLayout
alexandre
Top achievements
Rank 1
alexandre asked on 03 Dec 2022, 09:15 PM | edited on 03 Dec 2022, 09:23 PM

Hi.

Why in this snippet https://blazorrepl.telerik.com/wGvwOxGP22SKTu0O14

the "Item 1" is not taking the size of the 3 columns on the first row as defined in the snippet

 

Thanks

1 Answer, 1 is accepted

Sort by
0
Nadezhda Tacheva
Telerik team
answered on 06 Dec 2022, 04:38 PM

Hi Alexandre,

When you specify the desired ColumnSpan, you should also provide the Column that will serve as a start position for the item taking several columns. This is the key part that is missing in the shared example.

I realize that this specifics is not included in our documentation, so please accept my apologies if this has caused some troubles on your end. We will work on improving the article in this regard.

I'd like to mention another useful note - if you want to control the position of all items, you should set their Column and Row values as desired. The items that do not have Column and Row values will be distributed in the available space.

Here is the modified sample to demonstrate the difference: https://blazorrepl.telerik.com/GQlwkgPq31p2o2jH38.

I hope you will find the above information and sample useful to move forward with your application. Please let us know if you are facing any other difficulties.

Regards,
Nadezhda Tacheva
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
GridLayout
Asked by
alexandre
Top achievements
Rank 1
Answers by
Nadezhda Tacheva
Telerik team
Share this question
or