Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Section 508 support for the DataGrid in ASP.NET 1.1 SP1

I just tracked down and found that the Section 508 support for the datagrid is in SP1 of ASP.NET 1.1.  There is now a property of a datagrid that is called UseAccessibleHeader.  by default, the property is false.  When set to true, the property the DataGrid's table is rendered with the <th> tag.

The properties Caption and CaptionAlign are also included in the Service Pak.

Wally

No Comments