Cell Width in DataList

Queuekstealia

New Member
Is there a way to set the cell width in a DataList?The datalist properties should be very similar to those of the datagrid. With the DataGrid, I am using the following to set column widths:<BR><BR><Columns><BR><BR><ASP:BoundColumn HeaderText = "Ref" DataField = "Ref"<BR> ReadOnly = "True" ><BR><BR> <ItemStyle Width = "25" /><BR></ASP:BoundColumn><BR></Columns><BR><BR>I use the datagrid alot, but haven't use the datalist much. You might try this approach with your datalist and see if it works.<BR><BR>Regards,<BR><BR>Tom T
 
Back
Top