how to display Footer in a gridview even if there is no data bound

  • Thread starter Thread starter ibiza
  • Start date Start date
I

ibiza

Hi,

well, I'd like to know how to still display the footer of a gridview
even if there is no data bound from the db. That is because I use the
footer to put my inputs to add a new record, so I need to be able to
add records, even if there is none yet...

thanks!
 
While its a hack, you're probably going to have to put in a dummy row in
your DataSource.
And (maybe) hide that row.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top