<?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>topic Re: Datagrid Column Heading Text in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/datagrid-column-heading-text/m-p/465381#M10710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use the headerStyleName property on the DataGrid to style your header.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sample&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

 &amp;lt;fx:Style&amp;gt;
&amp;nbsp; @namespace s "library://ns.adobe.com/flex/spark";
&amp;nbsp; @namespace mx "library://ns.adobe.com/flex/mx";
&amp;nbsp; @namespace esri "http://www.esri.com/2008/ags";
&amp;nbsp; 
&amp;nbsp; .headerStyle
&amp;nbsp; {
&amp;nbsp;&amp;nbsp; font-weight:bold;
&amp;nbsp; }
&amp;nbsp; 
 &amp;lt;/fx:Style&amp;gt;

 &amp;lt;mx:DataGrid headerStyleName="headerStyle" id="resultsGrid" width="100%" height="100%"&amp;gt;
&amp;lt;/mx:DataGrid&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 20:39:11 GMT</pubDate>
    <dc:creator>Drew</dc:creator>
    <dc:date>2021-12-11T20:39:11Z</dc:date>
    <item>
      <title>Datagrid Column Heading Text</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/datagrid-column-heading-text/m-p/465380#M10709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Seem like a basic question, but.. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to bold the header text of my datagrid column name without bolding the dataproviders results.&amp;nbsp; Using the fontweight renders such.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This was a default "action" in Flex 3x.&amp;nbsp;&amp;nbsp; Here's my example &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/www.texasbeachwatch.com"&gt;www.texasbeachwatch.com&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Notice how the header text of the DG column name (Beach Stations and Level) are in bold text.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now in FlashBuilder 4, they are not. example &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=QueryTaskNoMap"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=QueryTaskNoMap&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I realize the &amp;lt;mx:DataGrid&amp;gt; was one of the component that was not updated to the spark component in Flex/FlashB4, but has anyone else dealt with this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 17:53:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/datagrid-column-heading-text/m-p/465380#M10709</guid>
      <dc:creator>JeffPerkins</dc:creator>
      <dc:date>2010-11-19T17:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Datagrid Column Heading Text</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/datagrid-column-heading-text/m-p/465381#M10710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use the headerStyleName property on the DataGrid to style your header.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sample&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

 &amp;lt;fx:Style&amp;gt;
&amp;nbsp; @namespace s "library://ns.adobe.com/flex/spark";
&amp;nbsp; @namespace mx "library://ns.adobe.com/flex/mx";
&amp;nbsp; @namespace esri "http://www.esri.com/2008/ags";
&amp;nbsp; 
&amp;nbsp; .headerStyle
&amp;nbsp; {
&amp;nbsp;&amp;nbsp; font-weight:bold;
&amp;nbsp; }
&amp;nbsp; 
 &amp;lt;/fx:Style&amp;gt;

 &amp;lt;mx:DataGrid headerStyleName="headerStyle" id="resultsGrid" width="100%" height="100%"&amp;gt;
&amp;lt;/mx:DataGrid&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Drew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:39:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/datagrid-column-heading-text/m-p/465381#M10710</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2021-12-11T20:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Datagrid Column Heading Text</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/datagrid-column-heading-text/m-p/465382#M10711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes!&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 20:02:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/datagrid-column-heading-text/m-p/465382#M10711</guid>
      <dc:creator>JeffPerkins</dc:creator>
      <dc:date>2010-11-19T20:02:51Z</dc:date>
    </item>
  </channel>
</rss>

