I am looking for a solution to construct div element ID based on the row data.
For instance, I have a row expander component for each row in a grid. Each row expander has a template
Template = { Html = "<div id=\"subgrid\"></div>" },
But I want the div to have unique id for each row so that I can access the specific div in Javascript. How can I achieve that?
Thanks in advance.
Just use template like this: