Tagged Questions
0
votes
3answers
439 views
How to fix width of column in SpGridView?
I have a spgridview with dynamic column.
I want fix width and if the content is a part of it is displayed.
I use this code but don't work for me .
BoundField col = new BoundField();
col.HeaderText ...