Enable Horizontal scrollbar in gridpanel

Page 1 of 2 12 LastLast
  1. #1

    Enable Horizontal scrollbar in gridpanel

    Hi,

    Can you please guide me to enable horizontal scrollbar in gridpanel. I'd tried with following arritbutes whic doesnot work.

    AutoHeight="true" AutoWidth="true" AutoScroll="true"
    Please suggest.

    Secondly, I need to move the column to right/left extreme with horizontal scrollbar enabled.

    Please help

    Regards,
    Aswini
    Last edited by geoffrey.mcgill; Nov 27, 2012 at 6:07 AM. Reason: please use [CODE] tags
  2. #2

    Move column to extreme right/left

    Hi,

    I need to move the column extreme left/right. Any suggestion would be greatly appreciated

    Quote Originally Posted by Aswini Ladish View Post
    Hi,

    Can you please guide me to enable horizontal scrollbar in gridpanel. I'd tried with following arritbutes whic doesnot work.

    AutoHeight="true" AutoWidth="true" AutoScroll="true"
    Please suggest.

    Secondly, I need to move the column to right/left extreme with horizontal scrollbar enabled.

    Please help

    Regards,
    Aswini
  3. #3

    Move column extreme left/right

    I've 20 columns in my gridpanel and horizontal scrollbar is enabled. How to move columns from extreme left to extreme right along with horizontal scrollbar

    Please guide. This is quite urgent
    Thanks
  4. #4
    Can someone please help here
  5. #5
    Quote Originally Posted by Aswini Ladish View Post
    Can someone please help here
    Hi, Im not quite sure of what you meant by moving columns to extreme left/right, sorry. Have you tried anchor horizonal property of the grid panel? Set the value to 100% (AnchorHorizontal="100%") and see if it fullfills your need. Thanks.
  6. #6
    I've 20 coulmns in a gridpanel. when the page loads only 5 columns are visible with horizontal scrollbar enabled as I'd fixed Height="500". Now, I need to move 2nd and 3rd columns to 18th and 19th poistion in the grid. I'm able to move the columns, unless the horizontal scrollbar moves along with I cannot place the columns in 18th and 19th poistion.

    Hope this clears my requirement. Please provide some sample.
  7. #7
    Quote Originally Posted by Aswini Ladish View Post
    I've 20 coulmns in a gridpanel. when the page loads only 5 columns are visible with horizontal scrollbar enabled as I'd fixed Height="500". Now, I need to move 2nd and 3rd columns to 18th and 19th poistion in the grid. I'm able to move the columns, unless the horizontal scrollbar moves along with I cannot place the columns in 18th and 19th poistion.

    Hope this clears my requirement. Please provide some sample.
    Haven't you used any Width for your columns? for instance - <ext:Column DataIndex="AIRCode" Header="AIR Code" Width="90" />
  8. #8
    I havent't used width for column.
  9. #9
    Quote Originally Posted by Aswini Ladish View Post
    I havent't used width for column.
    Then try it please and see if it resolves your issue.
  10. #10
    Even after setting the width, it doesnt work.

    When I start moving the column to rightside, the horizontal scrollbar should move automatically. Can you please suggest a way out.
Page 1 of 2 12 LastLast

Similar Threads

  1. [CLOSED] GridPanel Horizontal Scrollbar does not exist
    By tansu in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 28, 2012, 7:11 PM
  2. [CLOSED] Gridpanel enable horizontal scrollbars
    By tlfdesarrollo in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Feb 08, 2012, 7:03 PM
  3. No horizontal scrollbar displayed
    By benti in forum 1.x Help
    Replies: 1
    Last Post: Aug 08, 2011, 5:39 PM
  4. [CLOSED] GridPanel horizontal scrollbar
    By jeybonnet in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 27, 2011, 6:00 AM
  5. [CLOSED] IE6 - Treepanel - no horizontal scrollbar
    By seanwo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 07, 2010, 3:58 PM

Posting Permissions