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

Important changes in the Client-Side API of RadSplitter for ASP.NET AJAX

2 Answers 342 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Telerik Admin
Top achievements
Rank 1
Iron
Telerik Admin asked on 21 Apr 2008, 12:07 PM
In RadControls for ASP.NET AJAX Q1 2008 there is a change in the Client-Side API. The compatibility layer which was used in the transition beta period is now removed. All client-side methods strictly follow the ASP.NET AJAX conventions and are lower case.

For instance: getWidth() should always be used from now on, GetWidth() is no longer supported. This also results in significant improvement in page loading times.

2 Answers, 1 is accepted

Sort by
0
Brijendra Kumar
Top achievements
Rank 1
answered on 17 Nov 2008, 04:37 AM
Hi Telerik Admin,

I have used a Splitter control, in which i have taken three rad panes. In each pane i am opening differrent urls.
I have taken a button (Button 1 ) in a rad pane ( ex. Pane 1), and in pane 2, I am calling a page (ex. Default.aspx). In default.aspx page i have a div. I want to show hide this div on button (Button 1) click.

Does any body know how to achieve this. Please tell me.

I will be highly greatful to you..

Thanks & Regards
Brijendra Pandey
0
Svetlina Anati
Telerik team
answered on 17 Nov 2008, 08:30 AM
Hello Brijendra,

You can achieve the desired behavior by obtaining a reference to the particular DIV element and change its display to none by using javascript. You can find detailed information about referencing content page in a splitter pane from the parent page and vice versa here.

All the best,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Splitter
Asked by
Telerik Admin
Top achievements
Rank 1
Iron
Answers by
Brijendra Kumar
Top achievements
Rank 1
Svetlina Anati
Telerik team
Share this question
or