My client is asking me to use tooltips in all the web control of my project. I have done that with all the input fields in the web pages using the property "toolTip", but I am using webgrids as well and they do not have this properties. I have found classes such as UltraToolTipManager but this is only for client server applications and not for asp.net.
Do you know how to set tooltips????? Please help me. Maybe is something very simple but I do not know how......
Hi!
Use "Title" property of the cell.
Thanks for that. I really appreciate that. It is working fine, but now i have to do a loop and set the title for each row and each cell. I would like to now whether is possible to set the title for all the cells without doing a loop. If not, it doesnt matter, because the result is the same for the user, but I would like to use a more elegant logic. Again, thanks a lot
I am also searching for that, but not able to find out till now
The UltraGridRow object does not currently expose a Title property. As stated in earlier posts in this thread, you can instead loop through the cells of the row and set their Title property accordingly.
I am also finding the same.
Can someone from infragistics take a look.