Manually change the Text displayed in the sliding pane's titlebar, e.g.:
functionsplitterLoad(splitter, args)
{
varslidingZone = $find("<%=RadSlidingZone1.ClientID%>"); //get reference to the sliding zone
varslidingPane = slidingZone.getPaneById("RadSlidingPane1"); //get reference to the sliding pane
vartitleContainer = slidingPane.getSlidingContainerTitle(); //get reference to the DOM element containing the title
titleContainer.innerHTML = "New Title"; //set the new title
}
I hope this helps.
Best wishes,
Dobromir
the Telerik team
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 Public Issue Tracking
system and vote to affect the priority of the items