Merging footer cells doesnt work when 'scrollable' is set to false

1 Answer 134 Views
Grid
Bjoern
Top achievements
Rank 1
Iron
Bjoern asked on 19 May 2021, 07:01 AM

Please see my sample code here: https://dojo.telerik.com/@bjoler/AKUMUroY

I don't want a verticle scrollbar in the grid, so I set the 'scrollable=false' on the grid.

But that seems to affect the footerTemplate that I want to merge some of the cells.

Is there a way to solve this?

Neli
Telerik team
commented on 21 May 2021, 08:46 AM

I have reviewed the provided sample. However, after I uncommented the line 'scrollable: false, ' the groupFooterTemplate was merged as expected on my end. I modified the applied styles and currently, the footer for all 4 columns is merged. Here is a screencast of the Grid. And here you could find the modified Dojo example. Am I missing something? Please let me know what is the expected result, so I could provide appropriate assistance.
Bjoern
Top achievements
Rank 1
Iron
commented on 22 May 2021, 05:41 AM

Notice the width of the first column.
Bjoern
Top achievements
Rank 1
Iron
commented on 26 May 2021, 12:46 PM

See an updated version here https://dojo.telerik.com/@bjoler/UXUgEkaw
Notice both the width of the first column, and the behaviour when resizing the first column
Neli
Telerik team
commented on 26 May 2021, 03:14 PM

Hi Bjoern,

I will need a little bit more time to review the issue. I will write you back once I have some more information on the case.

Thank you very much for your patience.

1 Answer, 1 is accepted

Sort by
0
Accepted
Neli
Telerik team
answered on 27 May 2021, 05:03 PM

Hi Bjoern,

Thank you very much for your patience.

I would suggest you set the table-layout to fixed, as suggested in the StackOverflow thread linked here

 table {
        table-layout: fixed;
      }

Here is the modified Dojo example.

I hope the provided suggestion will be helpful for resolving the issue.

Regards,
Neli
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
Grid
Asked by
Bjoern
Top achievements
Rank 1
Iron
Answers by
Neli
Telerik team
Share this question
or