I’ve got a gridview and I want it to display the header row even if there isn’t any data in the collection that it’s binding to.
Any ideas on how to do this neatly?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the
<EmptyDataTemplate>of theGridViewcontrol to define a table to be displayed if the data source contains no data. For example