modify rows loaded from cache

Hello,
I’m using dhtmlx grid 3 pro version.
I need to modify rows after they are loaded into grid. Event onXLE does the trick until I turn on SmartRendering with 500 rows cache (enableSmartRendering(true, 500)). I can’t find the event which is fired after loading row(s) from cache. So until there are rows in cache, they are shown in grid without modification. The whole grid is modified after the cache is empty(onXLE), but I need to do it after each row is shown. Please advise.

Can somebody help me?

The problem is still actual :cry:

Try

<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate, post-check=0, pre-check" />

in your HTML head

I can turn off cache using dhtmlx script, but the point is that I need it turned on and modify those rows (loaded from cache).

unfortunately such feature is not available