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

splitter resizing with two grids

1 Answer 56 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 03 Nov 2010, 09:46 PM
Hello,

Using this code base;

http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandsplitterresizing/defaultcs.aspx?product=splitter

If I added a second grid to the bottom panel, Can I get the splitter to resize both grids?  If so, what would be the best way of resizing both grids to take up the entire browser screen? (When I set the height value of the panes to a percentage, it does not display properly).

Thanks,

Richard.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dobromir
Telerik team
answered on 09 Nov 2010, 05:02 PM
Hi Richard,

Yes, it is possible to modify the page size of both grids placed in the two RadPanes of the splitter. To do so, you need to invoke the AJAX call responsible for the PageSize change during the OnResized client-side event of the second pane. This is required to ensure that both panes' height value is set.

For your convenience I have attached modified example page.

All the best,
Dobromir
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Splitter
Asked by
Richard
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or