SyntaxFix
Write A Post
Hire A Developer
Questions
If you wanna hide that column while grid populating, you can do it in aspx page itself like this
<asp:BoundField DataField="test" HeaderText="test" Visible="False" />