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!