Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
615
Websplitter resizing
posted

I am using the vertical web splitter and in the left pane having a grid with multiple columns... while resizing the splitter towards left side the Gridview contents are not fitting within the left pane and am able to move the splitter.

Is there any code help available using  OnSplitterBarPostionChanged and OnsplitterBarPaneSizeChanged (or) any other way of handling this?

Parents
No Data
Reply
  • 28464
    posted

    Hello,

    It really depends on your setup. What you can try is either:

    1) Set the grid width in percentages and see how it goes

    2) In the client-side events that you mentioned, you can directly resize the grid on the client using javascript using something similar to that using the following search (there are many threads in the forum that can be helpful)

    http://forums.infragistics.com/search/SearchResults.aspx?q=grid+resize+client+side&s=61

Children
No Data