Hayri ASLAN Posted May 26, 2015 Posted May 26, 2015 To Add Tooltip, Add This to Afterrender Event Ext.create('Ext.tip.ToolTip', { target: sender.getEl(), html: "Choose 2 Names. This is a required field." }); Result: 5 Quote
MarkB Posted May 26, 2015 Posted May 26, 2015 Just curious. How is this any different from the Hint property and why would I use it instead? Quote
Hayri ASLAN Posted May 27, 2015 Author Posted May 27, 2015 Just curious. How is this any different from the Hint property and why would I use it instead? Hi MarkB, This is more powerful then hint property. You can add Title. You can add hint to each grid record Etc.. Quote
MarkB Posted May 27, 2015 Posted May 27, 2015 Hi MarkB, This is more powerful then hint property. You can add Title. You can add hint to each grid record Etc. Thanks for letting me know the difference. Quote
gpaulino Posted May 27, 2015 Posted May 27, 2015 in which event you placed the code for dbgridchange with the cell ??? Quote
tappatappa Posted September 29, 2016 Posted September 29, 2016 maybe this helps http://forums.unigui.com/index.php?/topic/6712-overflowing-text-grid-cell-tooltip Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.