HeaderTemplate in RadzenFieldset

Hi @Angela_Lee

Check out this post - Loop variables not working

My suggestion would be to declare a temporary variable after the Cnt++ and then reference that in your <HeaderTemplate>, i.e.

Cnt++;
var tempVar = Cnt;
...
...
<RadzenFieldSet....
    <HeaderTemplate>
        <b>Mixture: </b>@tempVar/@Total

Regards

Paul