Do kendo spreadsheet (Angular) support Mutli-column header feature, could you please provide us with some help on the same earliest.
Note: I have highlighted the Muti column header feature in sky blue color for your reference.
1 Answer, 1 is accepted
0
Veselin Tsvetanov
Telerik team
answered on 20 Jul 2021, 08:17 AM
Hello,
You can configure a multi-column header in the Spreadsheet by passing the appropriate initial options for the widget. The following example demonstrates such a scenario:
Note that you will need to merge the required cells to display the multi-column header properly. Keep in mind that this approach is not applicable if the data is edited and saved using the other DataSource transport methods (Update, Create, and Destroy). Such scenarios do not support the insertion of a custom header or footer.