How to Stop the DataGrid Displaying when DataSource Is empty?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

If the DataSource is empty, I just want to avoid showing the Empty DataGrid with Column headers. How can I do this

TIA
Holysmoke
 
By hiding it like this:

DataGrid1.Visible = False

/Lars



holy said:
Hi,

If the DataSource is empty, I just want to avoid showing the Empty
DataGrid with Column headers. How can I do this?
 

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