﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - Chart FieldList customization</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Chart-FieldList-customization/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Chart FieldList customization</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Chart-FieldList-customization/</link><pubDate>Tue, 29 Sep 2009 11:08:01 GMT</pubDate><dc:creator>dasha.fedorova@gmail.com</dc:creator><category>Pivot charting</category><category>fieldlist</category><category>fieldl list</category><description>&lt;p&gt;Glenn,&lt;/p&gt;
&lt;p&gt;Your solution works great in most cases, but when I'm using it in FF with the Fields List initially hidden, the &amp;lt;br /&amp;gt; is ignored when I click the button and show it.  If I have the Fields List exposed on intial load, then the line break is respected, but if the Fields List hidden initially, then I see what's in the attached image.  Any ideas?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Dasha.&lt;/p&gt;</description></item><item><title>Chart FieldList customization</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Chart-FieldList-customization/</link><pubDate>Thu, 10 Sep 2009 04:10:00 GMT</pubDate><dc:creator>dasha.fedorova@gmail.com</dc:creator><category>Pivot charting</category><category>fieldlist</category><category>fieldl list</category><description>&lt;p&gt;Thank you Glenn, the workaround worked.&lt;/p&gt;</description></item><item><title>Chart FieldList customization</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Chart-FieldList-customization/</link><pubDate>Thu, 10 Sep 2009 00:44:12 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>Pivot charting</category><category>fieldlist</category><category>fieldl list</category><description>&lt;p&gt;Currently, we do not have a feature to modify the text of the FieldList header. However, this could be achieved using a workaround.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;If your grid will show Chart initially, we could use javascript to find the element and modify the inner HTML. Here is the snippet to modify the FieldList caption from &lt;em&gt;Chart Field List [ Orders ]&lt;/em&gt; to &lt;em&gt;Chart Field List ( Orders )&lt;/em&gt;  &lt;/p&gt;&lt;pre&gt;function WebGrid1_OnAfterInitialize(controlId) &lt;br /&gt;{&lt;br /&gt;    ModifyDefaultText(controlId);   &lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;var t = null;&lt;br /&gt;&lt;br /&gt;function ModifyDefaultText(controlId) &lt;br /&gt;{&lt;br /&gt;    var grid = ISGetObject(controlId);&lt;br /&gt;    var containerId = grid.Id;&lt;br /&gt;    var suffix = "TableFieldList";&lt;br /&gt;    &lt;br /&gt;    var tblElem = document.getElementById(containerId &amp;#43; '_' &amp;#43; suffix);&lt;br /&gt;&lt;br /&gt;    if (tblElem == null)&lt;br /&gt;        t = setTimeout(function() { ModifyDefaultText(controlId); }, 20);&lt;br /&gt;    else &lt;br /&gt;    {&lt;br /&gt;        t = null;&lt;br /&gt;        tblElem.getElementsByTagName("table")[1].getElementsByTagName('td')[0].innerHTML = "Chart Field List&amp;lt;br/&amp;gt; ( Orders )";&lt;br /&gt;    }&lt;br /&gt;}&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Chart FieldList customization</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Chart-FieldList-customization/</link><pubDate>Wed, 09 Sep 2009 12:40:44 GMT</pubDate><dc:creator>dasha.fedorova@gmail.com</dc:creator><category>Pivot charting</category><category>fieldlist</category><category>fieldl list</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Does anyone know if it's possible to customize the appearance of the FieldList header in pivot charting?  Suppose I don't want to display the table name in square brackets at all, or maybe display some other text value instead.  How could that be done?&lt;/p&gt;</description></item></channel></rss>