Is it possible to have a Gridview Section 508 compliant covering both point g & h?
Link for section 508 http://www.access-board.gov/sec508/guide/1194.22.htm
Link for ASP.Net Section 508 Compliance http://www.patuee.com/web/ASPX_Accessibility.html#t7
After some research and googling I found the solution. I have written down below code and called it in RowDataBound event.
private void AddGridHeadersAttr(Object sender, GridViewRowEventArgs e, GridView Grid)
Hope this helps someone in future.