smartgwt 3.1
As per the description of described menthod, it should get called on refreshRow and draw()
"If this property is changed after draw(), to refresh the grid call ListGrid.refreshRow (or ListGrid.markForRedraw if several rows are being refreshed). "
I have overridded the ListGridRecord.get_baseStyle method to check if it isw getting called. But during my tests, whenever, I am doing refresh row or markforRedraw, it does not happen..
Please help me in this..
PS: I have not changed the default row style property. I also observed that ListGrid.getRecordBaseStyleProperty is also not getting called in any scenario.
As per the description of described menthod, it should get called on refreshRow and draw()
"If this property is changed after draw(), to refresh the grid call ListGrid.refreshRow (or ListGrid.markForRedraw if several rows are being refreshed). "
I have overridded the ListGridRecord.get_baseStyle method to check if it isw getting called. But during my tests, whenever, I am doing refresh row or markforRedraw, it does not happen..
Please help me in this..
PS: I have not changed the default row style property. I also observed that ListGrid.getRecordBaseStyleProperty is also not getting called in any scenario.
Comment