Hi Tim,
You can achieve this scenario using RadTabStrip in Lightweight render mode and flex CSS property:
Attached you may find an example.
Hope this will be helpful.
Regards,
Aneliya Petkova
Telerik
You can achieve this scenario using RadTabStrip in Lightweight render mode and flex CSS property:
.rtsUL { display: flex;}.rtsLI:last-child { flex: 1 0 auto;}.rtsLI { width: 300px !important;}Attached you may find an example.
Hope this will be helpful.
Regards,
Aneliya Petkova
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items