<?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: border for Grid Layout in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985213#M4035949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this rule example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&amp;nbsp; .sapUiMlt.zenControl {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border: 2px red solid;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .sapUiMlt.zenControl td:first-child {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-left: 2px red solid;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .sapUiMlt.zenControl td:last-child {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-right: 2px red solid;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .sapUiMlt.zenControl tr:first-child td {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-top: 2px red solid;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .sapUiMlt.zenControl tr:last-child td {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-bottom: 2px red solid;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .sapUiMlt.zenControl td {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border: 2px black solid;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/691730" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Worked for me.&amp;nbsp; You may opt to give that particular Grid its own CSS Class name so that those rules don't apply to all your grids, but this was a simple example that will work on all grids.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Apr 2015 21:48:28 GMT</pubDate>
    <dc:creator>mike_howles4</dc:creator>
    <dc:date>2015-04-23T21:48:28Z</dc:date>
    <item>
      <title>border for Grid Layout</title>
      <link>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaq-p/10985212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Developers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to put border around each cell so that a gridlayout can look like a table?&amp;nbsp; I used CSS to add border on the sides but what i exactly want to do is create a border around each cell so that when I run the report, I see a table instead of one big red box.&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/691641" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all your help and suggestion!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 19:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaq-p/10985212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-23T19:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: border for Grid Layout</title>
      <link>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985213#M4035949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this rule example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&amp;nbsp; .sapUiMlt.zenControl {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border: 2px red solid;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .sapUiMlt.zenControl td:first-child {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-left: 2px red solid;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .sapUiMlt.zenControl td:last-child {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-right: 2px red solid;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .sapUiMlt.zenControl tr:first-child td {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-top: 2px red solid;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .sapUiMlt.zenControl tr:last-child td {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-bottom: 2px red solid;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .sapUiMlt.zenControl td {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border: 2px black solid;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/691730" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Worked for me.&amp;nbsp; You may opt to give that particular Grid its own CSS Class name so that those rules don't apply to all your grids, but this was a simple example that will work on all grids.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 21:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985213#M4035949</guid>
      <dc:creator>mike_howles4</dc:creator>
      <dc:date>2015-04-23T21:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: border for Grid Layout</title>
      <link>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985214#M4035950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I hope this would help you &lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2486" data-containertype="14" data-objectid="3724149" data-objecttype="1" href="https://answers.sap.com/thread/3724149"&gt;http://scn.sap.com/thread/3724149&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; Nithyanandam&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 04:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985214#M4035950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-24T04:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: border for Grid Layout</title>
      <link>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985215#M4035951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, like Mike already said.&lt;/P&gt;&lt;P&gt;Additionally I would put these into a class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-style: inherit; font-weight: inherit; color: black; font-family: helvetica, arial;"&gt;myClass.sapUiMlt.zenControl {&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: helvetica, arial; font-size: 9pt; font-style: inherit; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-family: helvetica, arial; font-style: inherit; font-weight: inherit; color: #006699; font-size: 9pt !important; background-position: initial;"&gt;border&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: helvetica, arial; font-style: inherit; font-weight: inherit; font-size: 9pt !important; background-position: initial;"&gt;: &lt;/SPAN&gt;&lt;SPAN class="value" style="color: black; font-family: helvetica, arial; font-style: inherit; font-weight: inherit; font-size: 9pt !important; background-position: initial;"&gt;2px&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: helvetica, arial; font-style: inherit; font-weight: inherit; font-size: 9pt !important; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;SPAN class="value" style="color: black; font-family: helvetica, arial; font-style: inherit; font-weight: inherit; font-size: 9pt !important; background-position: initial;"&gt;red&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: helvetica, arial; font-style: inherit; font-weight: inherit; font-size: 9pt !important; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;SPAN class="value" style="color: black; font-family: helvetica, arial; font-style: inherit; font-weight: inherit; font-size: 9pt !important; background-position: initial;"&gt;solid&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: helvetica, arial; font-style: inherit; font-weight: inherit; font-size: 9pt !important; background-position: initial;"&gt;;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: helvetica, arial; font-size: 9pt; font-style: inherit; font-weight: inherit;"&gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: helvetica, arial; font-size: 9pt; font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: helvetica, arial; font-size: 9pt; font-style: inherit; font-weight: inherit;"&gt;and assign this class to each grid component you want to have the inside borders. otherwise automatically&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: helvetica, arial; font-size: 9pt; font-style: inherit; font-weight: inherit;"&gt;all your grid cells will show borders.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: helvetica, arial; font-size: 9pt; font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: helvetica, arial; font-size: 9pt; font-style: inherit; font-weight: inherit;"&gt;Jeroen&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: helvetica, arial; font-size: 9pt; font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 07:11:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985215#M4035951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-24T07:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: border for Grid Layout</title>
      <link>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985216#M4035952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where am I suppose to put this code?&amp;nbsp; Are you creating this as CSS and uploading it or you are going to the root folders and changing the defaults there?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 15:37:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985216#M4035952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-24T15:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: border for Grid Layout</title>
      <link>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985217#M4035953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has been answered many times.&amp;nbsp; Search.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 16:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985217#M4035953</guid>
      <dc:creator>mike_howles4</dc:creator>
      <dc:date>2015-04-24T16:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: border for Grid Layout</title>
      <link>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985218#M4035954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nithyanandam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your input as it worked perfectly for what I needed!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did implemented what you suggested but it did not work for me.&amp;nbsp; I am DS 1.3 SP1.&amp;nbsp; I made&amp;nbsp; your code as part of the CSS which I was expecting to override the existing parameters but for some reason it did not do it for me.&amp;nbsp; Thank you for your help anyways!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 17:06:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985218#M4035954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-27T17:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: border for Grid Layout</title>
      <link>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985219#M4035955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj, Glad it helped. You are welcome. Thanks, Nithyanandam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 04:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985219#M4035955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-28T04:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: border for Grid Layout</title>
      <link>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985220#M4035956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that you are change the default parameters by using CSS. The question that I would like to find out is where can i find these default settings for different components?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 20:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985220#M4035956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-28T20:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: border for Grid Layout</title>
      <link>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985221#M4035957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nevermind, I found out...i guess.&amp;nbsp; I executed the dashboard and pressed F12 to access the developer page where most of the things are listed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 20:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/border-for-grid-layout/qaa-p/10985221#M4035957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-28T20:43:48Z</dc:date>
    </item>
  </channel>
</rss>

