Groups | Blog | Home
all groups > asp.net building controls > may 2005 >

asp.net building controls : Creating Custom Datagrid that auto adds attributes at <TD> leve


TimG
5/6/2005 1:48:19 PM
I am creating a custom data grid in which I want to modify Table, Row and
Cell level attributes. I have discovered how to update the row level
attributes, by Overriding the createitem function. I am trying to figure
Scott Mitchell [MVP]
5/8/2005 12:00:00 AM
[quoted text, click to view]

Tim, the columns for a DataGrid are rendered by the various
DataGridColumnd-derived classes (BoundColumn, TemplateColumn,
HyperLinkColumn, etc.).

FYI, you can also adjust these settings programmatically in the
code-behind page with a standard DataGrid, if that's an option.

AddThis Social Bookmark Button