Joe_
Discoverer
Member since ‎2024 May 23

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a form with DatePicker fields which are bound to fields in my model.<Label design="Bold" text="From Date" required="true"/> <DatePicker id="FromDate" valueFormat="YYYY-MM-dd" displayFormat="MM-dd-YYYY" value="{/FromDate}"/> <Label design="Bold...
I have a RadioButtonGroup in my form that is bound to my OData model as follows:<RadioButtonGroup id="OnsiteRemote" columns="4" enabled="true" selectedIndex="{/OnsiteRemote}"> <RadioButton id="idRemote" text="Remote" class="sapUiSmallMarginEnd" /> ...