Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGridRecord.get_baseStyle() in not getting called on refreshRow and markForRedraw

    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.

    #2
    Please reply

    Somebody please reply..I need to fix this thing urgently

    Comment

    Working...
    X