0

In an Ext.Net grid, is it possible to show a tooltip containing text based on the row/column where mouse is positioned ?

stighy
  • 7,260
  • 25
  • 97
  • 157

1 Answers1

0

The following two samples should help.

  1. Render a ToolTip on the GridPanel Row

http://examples.ext.net/#/Miscellaneous/ToolTips/GridPanel_Row_Tooltip/

  1. Render a ToolTip on each individual GridPanel Cell

http://examples.ext.net/#/Miscellaneous/ToolTips/GridPanel_Cell_Tooltip/

geoffrey.mcgill
  • 2,375
  • 1
  • 13
  • 21