Welcome Guest Search | Active Topics | Sign In | Register

SplitterPanel Auto Fill mode not working with UpdatePanel Options
Software Administrator
Posted: Monday, February 17, 2014 4:50:46 PM
Rank: Newbie
Groups: Member

Joined: 12/25/2008
Posts: 8
HI,

In a page with a Splitter and 2 splitter Panel if you place a grid inside the splitter Panel the grid get resize with the panel but if you put the same grid in an Update Panel inside the splitter panel only the Update Panel got resize. The is no client on resize event on the Update Panel that we can attach to so how do we resize the children control inside an update panel?

Thanks.
eo_support
Posted: Monday, February 17, 2014 5:49:07 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

You can handle the Splitter's ClientSideOnResized event to resize the Grid using the Grid's client side API. You can find sample code here:

http://demo.essentialobjects.com/Demos/Splitter/Features/Auto%20Resize%20Contents/Demo.aspx

The above sample automatically resizes the TreeView. But the code for resizing the Grid should be the same.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.