Rank: Newbie Groups: Member
Joined: 9/14/2011 Posts: 1
|
Need help placing an tootips on a button in a column in my grid, but do not know how I can do. can someone help
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The Grid does not provide any built-in support for tooltips. So you will use whatever you use with raw HTML to do that. If you use ButtonColumn, just set the button column's ButtonText to any raw HTML you wish to be displayed on the button.
Thanks
|