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?
 
Back
Top