PDA

View Full Version : show quicktip on mouse move event of grid



pankaj
6 Feb 2008, 7:14 AM
hi,

I have a grid and i need to show the quick tip on a certain columns. for that i am using following code but it is not completed.

grid.on('mouseover', function(grid, rowIndex, columnIndex, e)
{
Ext.QuickTips.init();
//need more code to show the quick tip with certain information

)};

pramod
6 Feb 2008, 11:18 PM
when this code will complete?