Unable to append “Asterisk” Image to the Label of Radio button Control
We want to add asterisk image to a Label in a Stacked/Inline Grid Layout. For that used Label value as below:
Test <img src= "webwb/requiredstar.gif"/>
Actual: Coming like this Test * "redvalue="false" data-ctl="RadioGroup" class="radioTable" >
Expected: Test *
For other controls, it is working fine.
It works in layouts where Label and control can be separated.