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

[Solved] Splitter onresize

0 Answers 83 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Madan
Top achievements
Rank 1
Madan asked on 18 Sep 2012, 07:06 AM
Html.Telerik().Splitter()
                .Name("ContainingSplitter")
                .HtmlAttributes(new { style = "height: 100%;" })
                .Orientation(SplitterOrientation.Vertical)
                .ClientEvents(events => events.OnResize("SplitterOnResize")
                              )
while restore the browser the grid inside the splitter pane resized and again we maximize the browser it still reatined the same size when it was restored. I google and found solution like add this line after the javascript function SplitterOnResize and the line is  window.onload = SplitterOnResize;. It works fine in Firefox and chrome not working in IE9. Please any one give me solution.
Tags
Splitter
Asked by
Madan
Top achievements
Rank 1
Share this question
or