Is it possible to have grid component displaying worksheets at the bottom of the grid, similar to the way Excel has Sheets/tabs within workbook?
How can this be accomplished?
Regards,
Alex
1 Answer, 1 is accepted
0
Accepted
Dimiter Topalov
Telerik team
answered on 15 Feb 2018, 01:51 PM
Hi Alex,
I am afraid I do not fully understand the desired functionality, but you can use the Grid footer template to provide any desired content in the Grid footers:
The elements inside can be further styled to best match your requirements, and custom event handlers can be attached to them (e.g. click).
Alternatively you can check out our TabStrip component for a built-in tab-like navigation (however the tabs will be placed on top). You can provide a Grid or any other content to the separate tabs:
If the Grid footer template does not help achieving the desired layout, would you please describe the scenario and the desired functionality in further details, so I can try providing a more suitable suggestion if one is available? Thank you in advance.