If the title of a SlidingPane is more than 22px it gets truncated in vertically oriented Splitter.
The issue is reproducible in Edge
http://demos.telerik.com/aspnet-ajax/splitter/examples/sp_firstlook/defaultcs.aspx
Workaround:
<style type="text/css">
.rspPaneTabContainer{
height: initial !important;
}
</style>