Data grid
Hi,
how to remove underline in datagrid button column? having command
Please help me ....
Thanks in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Roei BarPosted Sep 5, 2009, 3:13 AM
style="text-decoration: none;". So from code you should:
buttonColumn1.DataTextFormatString = "{0}"