T
Tim
I'm using a GridView with its DataSource property set to a DataTable.
During the RowDataBound event, the first row of the DataTable is
reported as a DataControlRowType.Header instead of
DataControlRowType.DataRow. How do I change this behavior?
Right now, I ignore the RowType and just assume all rows are actually
data rows (which in fact they are). However, this bugs me, so I'm
wondering if any one knows how to "properly" work around this problem.
Thanks in advance.
Tim
During the RowDataBound event, the first row of the DataTable is
reported as a DataControlRowType.Header instead of
DataControlRowType.DataRow. How do I change this behavior?
Right now, I ignore the RowType and just assume all rows are actually
data rows (which in fact they are). However, this bugs me, so I'm
wondering if any one knows how to "properly" work around this problem.
Thanks in advance.
Tim