How to concatenate 2 property in custom attribute title

Hello,

I have a grid with editable function inline, I want to put the values of the columns as the title attribute of each of them. For now nothing strange. I've added a new attribute "title" and in the value field I pass the data.

The problem comes when I need to concatenate 2 variables. In this case, the first variable will be rendered correctly, for the second will be rendered the name of the variable instead of the actual content.

Following an example:

image

Any info about the framework? Angular or Blazor?

Hi @enchev !

I'm on angular, I've tried various syntax but I don't know how to make this work.

Any news on this? I was trying to bind properties to attributes without success.