Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
TJ #1
how to turn off DataGrid header
I want to show the column, yes. I just don't want to show the column's
header. Was hoping to do this in the .aspx and not the code behind.
Thoughts?
TJ Guest
-
Having 2-row customized header within the DataGrid
Hi, I am trying to create a page in ASP.NET with the DataGrid control while looking to my previously programmed ASP pages with ordinary HTML... -
datagrid header
Is it possible to have an overall header that spans across all columns? An example would be a class schedule for student Ben. |Ben |English ... -
Datagrid header size
I have datagrids on two different pages. In the IDE they both look the same, and as far as I can tell all the properties are set the same. When I... -
Fixed datagrid header,
Hi eveybody, I have a datagrid that can show many rows, so there is a vertical scrollbar. The problem is that when users scroll down, they loose... -
DataGrid header and <TH>
Hello Vaclav, You might use the HeaderStyle of the DataGrid which will create Th on the client side. You can also attach style attribute to this... -
TJ #2
Re: how to turn off DataGrid header
Got it: <asp:DataGrid ShowHeader=False>....yada yada.......
I was looking at HeaderStyle and the like and trying to size down to
1px..ack... ; )
"TJ" <teejay@newsgroups.nospam> wrote in message
news:%23h7hY6j3FHA.3136@TK2MSFTNGP09.phx.gbl...>I want to show the column, yes. I just don't want to show the column's
>header. Was hoping to do this in the .aspx and not the code behind.
>Thoughts?
>
TJ Guest
-
Elton Wang #3
Re: how to turn off DataGrid header
<asp:datagrid id="..." runat="server" ShowHeader=False ...
HTH
"TJ" <teejay@newsgroups.nospam> wrote in message
news:%23h7hY6j3FHA.3136@TK2MSFTNGP09.phx.gbl...>I want to show the column, yes. I just don't want to show the column's
>header. Was hoping to do this in the .aspx and not the code behind.
>Thoughts?
>
Elton Wang Guest



Reply With Quote

