Normally When we add roll over canvas in smartgwt list grid, that canvas automatically added to end of list grid row.
Screen Shot
But I want to to add this roll over canvas to Country Column.
Is there any way to do this. thanks.
Normally When we add roll over canvas in smartgwt list grid, that canvas automatically added to end of list grid row.
Screen Shot
But I want to to add this roll over canvas to Country Column.
Is there any way to do this. thanks.
In the example code, use ListGrid.setUseCellRollOvers(true) to activate cell based rollover canvas. You can then check if the colNum is for the column of interest (i.e. the Country Column, in your case) and show the rollover only for it.