AtulDawkhare
3 Apr 2012, 3:35 AM
Hi
In my Grid I have used ActionColumn with tool tip.
Now the problem is , when there is no space available then automatically scroll bar comes, which is correct also.
The Grid originally shows like this.
33501
Like in the below image there are scroll bar got appears when I took mouse on the delete image.
33500
My code is
xtype: 'actioncolumn',
width: 70,
items: [ {
{
icon : 'images/new/icon/delete.png',
tooltip: 'Delete People',
handler: function(grid, rowIndex, colIndex)
{
DeletePeople (grid, rowIndex, colIndex );
}
}
}]
So , Is there any way to show the tooltip on right side if space is available. As in the above image on the right side there are so much space to show the tooltip.
In my Grid I have used ActionColumn with tool tip.
Now the problem is , when there is no space available then automatically scroll bar comes, which is correct also.
The Grid originally shows like this.
33501
Like in the below image there are scroll bar got appears when I took mouse on the delete image.
33500
My code is
xtype: 'actioncolumn',
width: 70,
items: [ {
{
icon : 'images/new/icon/delete.png',
tooltip: 'Delete People',
handler: function(grid, rowIndex, colIndex)
{
DeletePeople (grid, rowIndex, colIndex );
}
}
}]
So , Is there any way to show the tooltip on right side if space is available. As in the above image on the right side there are so much space to show the tooltip.