venuchalla
Programmer
Hello,
I am retrieving the data from the database into the drigview, one of the columns in the grid view is a text column which can take maximum of characters ,
Now my problem is the column height is increasing depending on the charcters length.
How can I make the column of fixed height without increasing. I could change the width by using
ItemStyle-Width="400"
ItemStyle-Wrap="true"
ItemStyle-Height="5"
Using this I could see that the height and width are changed but when I run the application and see the page, i dont find that height , the height is increased to the size of the text which is retreived from the database.
Any help to my problem please...
Thanks,
I am retrieving the data from the database into the drigview, one of the columns in the grid view is a text column which can take maximum of characters ,
Now my problem is the column height is increasing depending on the charcters length.
How can I make the column of fixed height without increasing. I could change the width by using
ItemStyle-Width="400"
ItemStyle-Wrap="true"
ItemStyle-Height="5"
Using this I could see that the height and width are changed but when I run the application and see the page, i dont find that height , the height is increased to the size of the text which is retreived from the database.
Any help to my problem please...
Thanks,