TWebDBResponsiveGrid OnItemGetTemplate don't fire

Hi, I'm working with TWebDBResponsiveGrid in depth mode, certified to be used by professional applications, in certain situations in which you do not need to use the grid.

I need to dynamically customize the HTML for each item (record) at runtime.
I tried using the onItemGetTemplate event, but it doesn’t seem to be firing.
I also looked at onItemCreated and onItemGetFieldValue, but those events either happen too late or aren't suitable for generating the full item template I need. What’s the best way to programmatically modify the HTML template for each record based on data content?
Thanks in advance!

We've seen the shortcoming in the databound scenario that OnItemGetTemplate is not triggered.
We fixed this and next release will have this fix.