On the offical docs for Infragistics ig grid, there is nothing mentioned about changing of width.
I have tried:
tooltipShowing: function (evt, args) {
$('#myGrid_tooltips').width(500); // no luck
$('#myGrid_tooltips').addClass('width-500') // still no luck
}