In C# how do I still show the headers of a gridview, even with the data source is empty.
I am not auto generating the columns as they are all predefined.
C
Juste add ShowHeaderWhenEmpty property and set it at true
This solution works for me