I have a grid with a store. When I reload the store I want to add a class to rows which have a certain flag set in the store data I have reloaded.
How can one accomplish this?
Thanks.
I have a grid with a store. When I reload the store I want to add a class to rows which have a certain flag set in the store data I have reloaded.
How can one accomplish this?
Thanks.
You can use Ext.grid.View.getRowClass method.
Basic usage is described here. And more advanced example is here.