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.
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.
Comment