Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Demetri #1
Column Header
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?
Demetri Guest
-
Header in a template column
Hi, I have a checkbox in the header of a template column in a datagrid. How can I check during runtime that whether checkbox is checked or not?I... -
Two column header rows possible?
We are currently creating output displaying 'Total' and 'Avg' information. Is it possible to add a row above, spanning multiple columns similar to... -
Column Header with Variable
Dear gurus, Is it possible to specify the column header with variable? If I want to make headerText as Sales and Credit how do I do so? ... -
Image in header column (not replacing column header text)
I have a sortable (asc/desc) datagrid and would like to add a small arrow icon (down/up) next to the column header text to improve the UI. Is this... -
DataGrid Column Header
Hi All, The column header is getting an underline once the sort is enabled on that particular column. I want to have it in such a way that the... -
Harish Palaniappan #2
Re: Column Header
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
"Demetri" <takeyourspamelsewhere@nospam.com> wrote in message
news:uvom168JEHA.2884@TK2MSFTNGP12.phx.gbl...there> 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> since the data gets rendered. I'm just missing my column header - column
> number 2.
>
> Any idea why I am having this problem?
>
>
Harish Palaniappan Guest



Reply With Quote

