This is a migrated thread and some comments may be shown as answers.

Splitter / Show Content During Load

1 Answer 73 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Ranjan
Top achievements
Rank 1
Ranjan asked on 04 Nov 2011, 12:39 PM
Hi All,
I am using RadSplitter and it contents RadPane. I want to show loading image during pane's page load.I read the artile-
http://demos.telerik.com/aspnet-ajax/splitter/examples/showcontentduringload/defaultcs.aspx
and it works fine, but I have a concern In my case the size of pane is very large and RadSplitter don't have any scroll bar but page have, so the loading image  appear very down of the page. Can we set the position of that loading image of pane on top portion of RadPane.
Thanks..

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 07 Nov 2011, 04:28 PM
Hi Ranjan,

RadSplitter does not offer the possibility customize the loading image out of the box. However, you can achieve this by overwriting the the default CSS selector, e.g.:
.rspLoading
{
    background-position: top center !important;
}


Greetings,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Splitter
Asked by
Ranjan
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or