RE: AccessibleHeaderText property
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Thu, 23 Mar 2006 04:30:31 GMT
Hi mt,
Welcome to the MSDN newsgroup.
As for the "AccessibleHeaderText" attribite, it is dervied from the
"DatacontrolField" class, and is used to supply the "AbbreviatedText" info
on the web page for the certain table header. Also, from the document, this
property will work for only some Table based controls(I think they're those
ones which can be represented by html <table>). And based on my testing,
Gridview will output this property as the "abbr" attribute in the <th>
element. e.g:
<th scope="col" abbr="CID">
While DetailsView won't output this AbbreviatedText info. And the MSDN
document has mentioned that "abbr" attribute can be used for rendering to
non-visual media such as speech or Braille.
http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/abbr.as
p?frame=true
So I think you can first test with a normal html <table> in static html
page to see whether it works.
Hope this helps some.
Regards,
Steven Cheng
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may
learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Prev by Date: RE: How to add client script to a pushbutton in datagrid
- Next by Date: RE: FileUpload - keep the filename
- Previous by thread: MasterPage - ContentPlaceHolder - How to navigate to the ContentPlaceHolder "Child Page"
- Next by thread: Problem retrieving values on a childgrid
- Index(es):