SyntaxFix
Write A Post
Hire A Developer
Questions
add HeaderStyle in your bound field:
<asp:BoundField HeaderText="UserId" DataField="UserId" SortExpression="UserId"> <HeaderStyle Width="200px" /> </asp:BoundField>