Hello Arvind,
Please, note the splitter property CollapseExpandPaneText that sets the title of the expand/collapse button. This way you can set a tooltip to the button without introducing extra HTML.
Still if you need to have additional HTML inside the splitbar as an information panel, then you can get a reference to the splitbar's element and insert the HTML element there. Note that this element will inherit very small values for font-size and line-height and you will need to additionally change those to appropriate values so that the text appears readable.
Here is a sample implementation to what I am suggesting:
With this styles set:
If you need more info on the specific client-side API of the splitter, then I suggest the following help articles -
http://www.telerik.com/help/aspnet-ajax/splitter-client-side-radsplitter.html and
http://www.telerik.com/help/aspnet-ajax/splitter-client-side-radsplitbar.html.
Kind regards,
Niko
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license!
Book your seat now >>