Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Manit I #1
get more control on datagrid header (?)
Dear all,
I add more header's row on runtime using ItemCreate() and add
DataGridItem(0, 0, ListItemType.Header) to get more header row. and assign value to .text and .ColumnSpan property to custom header.
unfortunately I can't format them as desired to any of standard datagrid member like .HorizontalAlign or .VerticalAlign and also on my ItemDataBound() I can't see the newly added header row.
Please suggest,
Regards,
Manit I Guest
-
access control in header template
I got a label control which is dynamically created inside the headerTemplate of template column. And it is part of the datagrid. Please teach... -
Header Control
This is one that has had me puzzled for some time and although I assume that the solution is relatively straight forward but I haven't yet seen an... -
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 ... -
Problem to Access web control on the DataGrid Header
Hi The Items Collection of DataGrid does not hold Header and Footer. So to access the Control you need to handle ItemCreated event. HTH... -
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... -
Manit I #2
get more control on datagrid header (?)
Dear all,
I add more header's row on runtime using ItemCreate() and add
DataGridItem(0, 0, ListItemType.Header) to get more header row. and assign
value to .text and .ColumnSpan property to custom header.
unfortunately I can't format them as desired to any of standard datagrid
member like .HorizontalAlign or .VerticalAlign and also on my
ItemDataBound() I can't see the newly added header row.
Please suggest,
Regards,
Manit I Guest
-
Manit I #3
get more control on datagrid header (?)
Dear all,
I add more header's row on runtime using ItemCreate() and add
DataGridItem(0, 0, ListItemType.Header) to get more header row. and assign
value to .text and .ColumnSpan property to custom header.
unfortunately I can't format them as desired to any of standard datagrid
member like .HorizontalAlign or .VerticalAlign and also on my
ItemDataBound() I can't see the newly added header row.
Please suggest,
Regards,
Manit I Guest



Reply With Quote

