Ask a Question related to ASP.NET General, Design and Development.
-
Mazen #1
DataGrid Column Width properties not effective
I have a problem setting the width of columns of a
DataGrid web control that was filled with data through
code. I know there are width properties for the
EditItemStyle and ItemStyle but these seem to have no
effect at all. Are these properties not supported now
maybe in the future? If not how can I explicitly set the
width of the columns?
Thanks
Mazen
Mazen Guest
-
Datagrid Automatic column width
I was wondering if there was a way to make the datagrid automatically size the columns to the best of it's ability. I have a grid with 7 columns. ... -
DataGrid Column Width
How do I set the column width of a column in a DataGrid programatically (in ASP.NET web pages)? I understand I may have to use... -
Autofit Datagrid Column Width
Hi there, Is there anyway to "autofit" a column in an ASP .Net datagrid based on the length of the data that will be displayed in the grid... -
how to set datagrid column width ?
why this doesn't work ? Dim c1 As New System.Web.UI.WebControls.BoundColumn c1.HeaderText = "ID" c1.DataField = "customerid" ... -
Fix the Column width of a DataGrid
Dear All, I am having a problem while trying to display the Data in a DataGrid.Is it possible to Fix the length of the Column of a DataGrid.Ie...



Reply With Quote

