Forums

Web GridView Resize Height on page resize

Last post 7/9/2009 2:11 PM by Mike Samteladze. 3 replies.
Sort Posts: Previous Next
  • Pertrellio Emmanuel

    Web GridView Resize Height on page resize

    7/8/2009 4:11 PM
    • Not Ranked
    • Joined on 7/8/2009
    • Posts 2

     Hi, I would need torefresh the grid size on every page resize and I am looking for the best practice to do it.... If it is possible to do it on client side it would be great. Thank you for your time.

  • Mike Samteladze

    Re: Web GridView Resize Height on page resize

    7/9/2009 3:55 AM
    • Top 150 Contributor
    • Joined on 4/25/2009
    • Posts 151

    <script type="text/javascript">
            window.onresize = DoSomething;

            function DoSomething() {
               
            }
        </script>

    Do anything you want in "DoSomething" event PerformCallBack and resize your Grid.

    Don't forget to "mark as answer" if helped Big Smile Big Smile Big Smile
  • Pertrellio Emmanuel

    Re: Web GridView Resize Height on page resize

    7/9/2009 9:13 AM
    • Not Ranked
    • Joined on 7/8/2009
    • Posts 2

    So this means we  cannot dot it on client side alone? From what I understand we are forced to do a callback if we need to adjust the scroll-height property of the gridView. 

  • Mike Samteladze

    Re: Web GridView Resize Height on page resize

    7/9/2009 2:11 PM
    • Top 150 Contributor
    • Joined on 4/25/2009
    • Posts 151

    ASP.NET Controls

    open "Reference" section and then "DevExpress.Web.ASPxGridView.Scripts" and there  u can find everithing what is possible to do with grid

    on client side only

    Don't forget to "mark as answer" if helped Big Smile Big Smile Big Smile
More from DevExpress
Live Chat
Have a pre-sales question?
Need assistance with your evaluation?
We are here to help.
Chat is one of the many ways you can contact members of the DevExpress Team. We are available Monday-Friday between 8:30am and 5:00pm Pacific Time.
If you need additional product information, require pre-sales assistance, or want help with your order, write to us at info@devexpress.com or call us at
+1 (818) 844-3383.