<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Aggregation binding content display problem in Dialog in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/aggregation-binding-content-display-problem-in-dialog/qaa-p/11651657#M4353463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Hi Venkatesh,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;If you want to use RadioButtonGroup, will this sample help? &lt;A href="http://jsbin.com/hugisodamo/edit?html,js,output" title="http://jsbin.com/hugisodamo/edit?html,js,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;If you want to use List, just set the List 'mode' property to 'SingleSelect' where you can see the radio button for selection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Sai Vellanki.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2016 16:19:12 GMT</pubDate>
    <dc:creator>saivellanki</dc:creator>
    <dc:date>2016-04-19T16:19:12Z</dc:date>
    <item>
      <title>Aggregation binding content display problem in Dialog</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-binding-content-display-problem-in-dialog/qaq-p/11651653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My &lt;STRONG&gt;requirement&lt;/STRONG&gt; is as shown below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/933282" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I am trying this way but text beside the radio button is not being displayed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; I am using below code: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; var dialog = new Dialog({&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; title: "Available Timings",&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; contentWidth: "550px",&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; contentHeight: "300px",&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; content: new sap.m.RadioButton({&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; items: {&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; path: "/timings",&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; template:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; new StandardListItem({&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; title: "{slot1}"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; })&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; }&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; })&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; });&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data file: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp; "timings": [{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp; "slot1": "11:30 AM to 12:30 PM",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp; "slot2": "02:30 PM TO 03:30 PM"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp; }, {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp; "slot1": "10:30 AM to 12:30 PM",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp; "slot2": "03:30 PM TO 05:30 PM"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp; }]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/933283" width="450" /&gt;&lt;/P&gt;&lt;P&gt;If I use List in place of RadioButton (as shown below), only List data appears but without radio button. I need both to&amp;nbsp; be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;var dialog = new Dialog({&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; title: "Available Timings",&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; contentWidth: "550px",&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; contentHeight: "300px",&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; content: new List({&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; items: {&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; path: "/timings",&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; template:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; new StandardListItem({&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; title: "{slot1}"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; })&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; }&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; })&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&amp;nbsp; });&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 12:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-binding-content-display-problem-in-dialog/qaq-p/11651653</guid>
      <dc:creator>Venkatesh_Machineni</dc:creator>
      <dc:date>2016-04-19T12:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation binding content display problem in Dialog</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-binding-content-display-problem-in-dialog/qaa-p/11651654#M4353460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;path: "timings",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title: "{/slot1}"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 13:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-binding-content-display-problem-in-dialog/qaa-p/11651654#M4353460</guid>
      <dc:creator>saxos</dc:creator>
      <dc:date>2016-04-19T13:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation binding content display problem in Dialog</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-binding-content-display-problem-in-dialog/qaa-p/11651655#M4353461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to display &lt;SPAN style="font-size: 13.3333px;"&gt;model &lt;/SPAN&gt;data using data binding but the problem is not able to display RadioButton and Text side by side as shown above(my &lt;STRONG&gt;requirement&lt;/STRONG&gt;).Only one item is displaying either Radiobutton or Text .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 15:49:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-binding-content-display-problem-in-dialog/qaa-p/11651655#M4353461</guid>
      <dc:creator>Venkatesh_Machineni</dc:creator>
      <dc:date>2016-04-19T15:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation binding content display problem in Dialog</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-binding-content-display-problem-in-dialog/qaa-p/11651656#M4353462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;who told you that you can create radio buttons in that way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 16:16:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-binding-content-display-problem-in-dialog/qaa-p/11651656#M4353462</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2016-04-19T16:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation binding content display problem in Dialog</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-binding-content-display-problem-in-dialog/qaa-p/11651657#M4353463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Hi Venkatesh,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;If you want to use RadioButtonGroup, will this sample help? &lt;A href="http://jsbin.com/hugisodamo/edit?html,js,output" title="http://jsbin.com/hugisodamo/edit?html,js,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;If you want to use List, just set the List 'mode' property to 'SingleSelect' where you can see the radio button for selection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Sai Vellanki.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 16:19:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-binding-content-display-problem-in-dialog/qaa-p/11651657#M4353463</guid>
      <dc:creator>saivellanki</dc:creator>
      <dc:date>2016-04-19T16:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation binding content display problem in Dialog</title>
      <link>https://community.sap.com/t5/technology-q-a/aggregation-binding-content-display-problem-in-dialog/qaa-p/11651658#M4353464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you,Sai. &lt;/SPAN&gt;It worked for me.,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 16:50:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/aggregation-binding-content-display-problem-in-dialog/qaa-p/11651658#M4353464</guid>
      <dc:creator>Venkatesh_Machineni</dc:creator>
      <dc:date>2016-04-19T16:50:40Z</dc:date>
    </item>
  </channel>
</rss>

