setting Tooltip for a particular column only shows tooltip of other columns 'undefined'
Hi
I am using the following code to create the tooltip
obj.onCellMouseOver = function(event, column, row){
if(column == 1) {
this.setCellTooltip(function(column,row){
if(column == 1))return this.getCellText(column, row);});
}
The Tooltip is required for second column.The second column shows tooltip but other columns which are not meant to show tooltip show "undefined"
Can any body help me out why this happens or it is a bug in AW 2.0.1
Thanks
Vikramaditya Garg
I am using the following code to create the tooltip
obj.onCellMouseOver = function(event, column, row){
if(column == 1) {
this.setCellTooltip(function(column,row){
if(column == 1))return this.getCellText(column, row);});
}
The Tooltip is required for second column.The second column shows tooltip but other columns which are not meant to show tooltip show "undefined"
Can any body help me out why this happens or it is a bug in AW 2.0.1
Thanks
Vikramaditya Garg
Vikramaditya Garg
July 28,