AUTHOR: Patrick McDonough
DATE POSTED: August 31, 2018
In order to move the RequiredMark from the right to left side of the RadLabel, use the following CSS:
<style type=
"text/css"
>
#MyRadLabelID .rlRequiredMark {
float
:
left
;
}
</style>
.RadLabel .rlRequiredMark {
Resources Buy Try