This question is locked. New answers and comments are not allowed.
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.
.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.