Hi,
We have a grid with a detail template containing a tabstrip - much like the demo at https://demos.telerik.com/aspnet-mvc/grid/detailtemplate .
Three tabs got their content from calling controller actions which returned different Partial views.
We do not need to show multiple tabs now - we only need to show one so do not need the tabstrip control.
How can we keep the same method of getting the detailtemplate content from a controller action partialview without the tab strip?
The data is a single model - not a listing - so not suited to a grid or listview.
Many Thanks.