How to set the width of the cells in the same GridView column?

0

I have a gridview that is filled with some data. I need that the cells of a column have all a fixed width.

The code I have is the following but it does not work, since the cell is much smaller.

<asp:BoundField DataField="Descuento" HeaderText="Descuento" SortExpression="Descuento" ><ItemStyle Width="74px" Wrap="true" /></asp:BoundField>
    
asked by Popularfan 29.10.2018 в 11:46
source

0 answers