Question is somewhat related to http://forums.smartclient.com/showthread.php?p=85938
If the content of a list grid cell can't be fully displayed to size constraints (overflow hidden or ellipsis) I'd like show the full content in a "tooltip" or hover. I pure HTML I'd set the title attribute for this.
Taking http://www.smartclient.com/smartgwt/showcase/#grid_autofit_rows in FF and setting title="<full-content>" on either the <td> or the <div> produces a nice big hover that is properly resized by the browser.
How do I achieve this directly with SmartGwt?
If the content of a list grid cell can't be fully displayed to size constraints (overflow hidden or ellipsis) I'd like show the full content in a "tooltip" or hover. I pure HTML I'd set the title attribute for this.
Taking http://www.smartclient.com/smartgwt/showcase/#grid_autofit_rows in FF and setting title="<full-content>" on either the <td> or the <div> produces a nice big hover that is properly resized by the browser.
How do I achieve this directly with SmartGwt?
Comment