Datagrid items showing as link with underline
-
ok - displaying a datagrid and using the ButtonColumn for the column. The text shows as a link and I want to control the display of the link. The gb is GridBody, gt is GridText and ac is AlignCenter. No matter what I play with in the CSS, it will not remove the link apparence in the datagrid. I have the .gt:link defined in the css, but no effect. Any ideas?
-
ok - displaying a datagrid and using the ButtonColumn for the column. The text shows as a link and I want to control the display of the link. The gb is GridBody, gt is GridText and ac is AlignCenter. No matter what I play with in the CSS, it will not remove the link apparence in the datagrid. I have the .gt:link defined in the css, but no effect. Any ideas?
What if you define CSS for all links on the page ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
What if you define CSS for all links on the page ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
a) how? b) what is the ITEM I am looking for.
-
a) how? b) what is the ITEM I am looking for.
The CSS would be for a hyperlink. I think if you don't specify a class name it will apply to all controls. http://www.ironspider.ca/adv/cssproperties/hyperlinks.htm[^]
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.