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
)};
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
)};