Display label instead of value February 10, 2022, 05:56:51 PM I have simple Yes/No radiolist control on Add/Edit page, source is not table but hand input list:Value: 1, Label: YesValue: 0, Label NoOn view page, on load, value is displayed. If inline edit is enabled after change label is displayed. Is there way to display Label on load based on Value without making DB table with these 2 entries? Is it possible without making page custom? Maybe through HelpBlock?Many thanks in advance! Quote Selected