View Full Version : ToolTip to GridPanel Headder
santhosh_chennai
10 Aug 2009, 5:33 AM
Is it possible to add tooltip to the header of the gridpanel (GWT EXT gridpanel )??
I had added for the cell content but i want to add it to the header of the gridpanel ?
Arno.Nyhm
10 Aug 2009, 6:07 AM
i found it:
ColumnConfig name = new ColumnConfig("name", "Name", 300);
name.setToolTip("my tooltip text");
http://extjs.com/deploy/gxtdocs/com/extjs/gxt/ui/client/widget/grid/ColumnConfig.html#setToolTip(java.lang.String) (http://extjs.com/deploy/gxtdocs/com/extjs/gxt/ui/client/widget/grid/ColumnConfig.html#setToolTip%28java.lang.String%29)
santhosh_chennai
10 Aug 2009, 10:11 PM
Thank you very much for your reply and i got the answer also thank you :)
Powered by vBulletin® Version 4.2.3 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.