Setcellmeta is not working or reflecting changes in afterselection event

Tags: #<Tag:0x00007f0b0fde2ad0>

Hi,
I am overriding the afterselection method in my business case, in this method I am tracking the previous row after I select the next one row, I am looping all the columns of that previous row and applying the background color for that using setcellmeta(), passing the classname of css which applies the style. But I don’t see the rows background changed to what I set. But the same setMeta works in my onaftercreaterow method? Could you gives us a fiddler by overriding afterselecrion method and apply the style.

Hi @krish

I have made an example https://jsfiddle.net/handsoncode/0L7sx9b2/

Does it meet your project requirements?

Hi,
Yes this should meet the needs. Thanks! Please close the ticket.

1 Like