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

C# equivalent of javascript to expand pane

1 Answer 43 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 12 Apr 2012, 07:28 PM
In javascript I can do this to expand a pane.

function expandPane(paneID)
    {
        var splitter = $find("Radsplitter1");
        var pane = splitter.getPaneById(paneID);
        pane.expand();
    }

How can I do the same thing from C# code behind?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 13 Apr 2012, 11:48 AM
Hi,

The following blog post could be helpful for your scenario: Executing JavaScript function from server-side code.

Greetings,
Rumen
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
Matt
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or