I'm just starting to use the ASP.NET GridView control.
i was thinking of adding an "Add New Row" button to the Footer to add a new data row to the grid.
Initially, I want the grid to be empty, with only a footer row displayed. however, if there are no data rows, the whole grid doesn't appear and there is no way to add first row since the footer also is not shown.
Is there a way to display a grid with only a footer and no data rows or do I have to resort to a kludge?