html - header text going on two lines -


i have gridview in 1 of column's header text going on 2 lines, ugly,

i added item width , header width no good,

        <asp:boundfield datafield="userid" readonly="true" headertext="user id id" headerstyle-width="300px"             itemstyle-width="300px" /> 

anyone guide me right direction want user id id in 1 line in header


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -