Column Header

D

Demetri

I have a web form with a datagrid. The datagrid has 5 columns. In design
mode each column has header text. I defined the header text, data source,
etc in property builder. I have also verified my settings in html mode.
Everything looks great.

When I run the app one of the headers are not there but the column is there
since the data gets rendered. I'm just missing my column header - column
number 2.

Any idea why I am having this problem?
 
H

Harish Palaniappan

post some code for making it easier to understand the problem.

anyway... if ur using bound column in your code. chk whether u have
the header text property right.
<asp:BoundColumn HeaderText="Follow"

or if ur using template column.. chk the headertemplate tag values.
<asp:TemplateColumn ItemStyle-Width="2%">
<HeaderTemplate>
Status
</HeaderTemplate>


'Harish
 

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

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top