Datagrid Height

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rizwanm
    New Member
    • Jan 2008
    • 3

    Datagrid Height

    Hi everyone
    I am using a datagrid in one web form. The problem i am facing is when the data in any of the column increases it increases the height of the grid.
    I am using a horizontal scroll bar. So i can afford width increase.
    The main problem ibecause of height increase is that the scroll bar which i am using is placed in the <div> tag. Thus if the height of the column increases it leads to the increase in height of the entire grid making the last few columns going beyond the <div> height thus not displaying.

    Could there be any method where i can keep the height of the grid or the columns fixed and the increase in data may just play with the width of the grid and thus the horizontal scroll bar.

    Thnx in advance for any guidance.
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    Which version of ASP or ASP.NET are you using? What is your IDE?

    Comment

    Working...