show/hide this revision's text 2 added 44 characters in body

did

EDIT: nevermind

No this is not a bad solution. You could place this code on the on_Bind event for the grid.

or as the poster above said, you mean?

grdFunding.Rows[0].Visible = true; could create a header template and "hard code" your header text.

show/hide this revision's text 1

did you mean?

grdFunding.Rows[0].Visible = true;