This is a migrated thread and some comments may be shown as answers.

rowspan?

4 Answers 684 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Doug
Top achievements
Rank 1
Iron
Iron
Veteran
Doug asked on 28 Apr 2020, 12:42 AM
Is there a way to set rowspan in the Telerik Blazor grid? I need certain cells to span multiple rows. Thanks.

4 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 28 Apr 2020, 08:19 AM

Hi Doug,

There isn't, and there shouldn't be. A grid has rows independent of each other, as they show separate models. If you need details for a given model, you can either use a cell template to add them, or an entire row template to define your own <td> elements inside the <tr> (Templates demo), or an expandable DetailTemplate with any content you need.

Combining cells is a feature for a spreadsheet component that mimics Excel.

Alternatively, you could use a ListView and implement the desired templates and cell merging through your own templates - the ListView lets you render any markup.

 

Regards,
Marin Bratanov
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.
0
Doug
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 28 Apr 2020, 05:52 PM
Thanks Marin. What I'm really after is the resource grouping functionality in the scheduler. I have requirements in hand that call for exactly that. That functionality shows as unplanned but any idea when that might be implemented?
0
Marin Bratanov
Telerik team
answered on 28 Apr 2020, 05:57 PM

For anyone else looking for this, here's the Feedback Portal link, so they can Follow the implementation and Vote for it: https://feedback.telerik.com/blazor/1459899-grouping-scheduler. I'm afraid I cannot provide an estimate for this particular feature and the best option is to click the Follow button on the portal page to get email updates for status changes.

Regards,
Marin Bratanov
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.
0
Roland
Top achievements
Rank 3
Iron
Iron
Veteran
answered on 31 Jul 2020, 04:21 PM
Upvoted, but only has 5 votes :(
Tags
Grid
Asked by
Doug
Top achievements
Rank 1
Iron
Iron
Veteran
Answers by
Marin Bratanov
Telerik team
Doug
Top achievements
Rank 1
Iron
Iron
Veteran
Roland
Top achievements
Rank 3
Iron
Iron
Veteran
Share this question
or