﻿<?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 - How do I add Header Text for the Expand Column?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-do-I-add-Header-Text-for-the-Expand-Column/</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>How do I add Header Text for the Expand Column?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-do-I-add-Header-Text-for-the-Expand-Column/</link><pubDate>Sun, 30 Jan 2011 23:53:36 GMT</pubDate><dc:creator>gordont</dc:creator><category>How do I add Header Text for the Expand Column?</category><description>&lt;p&gt;Hi Doug,&lt;/p&gt;
&lt;p&gt;It is possible to add the text to the column header for expand/collapse image, but the width of the header is not possible to be insert with long text. First you need to get the column header element first then you can enter the text.&lt;/p&gt;&lt;pre&gt;function window::onload()
{
        var grid = ISGetObject("WebGrid1");
        var colHeaderElement = grid.RootTable.GetElement(WG40.COLHEADER, WG40.HTMLTABLE);
        var headerExpand = colHeaderElement.childNodes[0].childNodes[0].childNodes[0];
        headerExpand.innerHTML = "EC";
}
&lt;/pre&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;</description></item><item><title>How do I add Header Text for the Expand Column?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-do-I-add-Header-Text-for-the-Expand-Column/</link><pubDate>Fri, 28 Jan 2011 13:02:22 GMT</pubDate><dc:creator>DJBadin</dc:creator><category>How do I add Header Text for the Expand Column?</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;To the novic, it may not be clear that clicking the Plus Image will allow them to see the child records.&lt;/p&gt;
&lt;p&gt;To make it clearer:&lt;/p&gt;
&lt;p&gt;- add a Tooltip to the Plus and Minus Images.&lt;/p&gt;
&lt;p&gt;- add some Text/Image to the Header&lt;/p&gt;
&lt;p&gt;But, I can't figure out how to do either.&lt;/p&gt;
&lt;p&gt;Currently I have added a Template Column with a Link Button that executes javascript to expand and collapse the Child Rows.&lt;/p&gt;
&lt;p&gt;Doug&lt;/p&gt;</description></item><item><title>How do I add Header Text for the Expand Column?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-do-I-add-Header-Text-for-the-Expand-Column/</link><pubDate>Fri, 28 Jan 2011 04:52:00 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>How do I add Header Text for the Expand Column?</category><description>&lt;p&gt;Hello Doug,&lt;/p&gt;&lt;p&gt;I think this is not possible to do because we don't have a properties or it is not designed for text.&lt;br /&gt;Can I know more specific about your scenario such as screenshot?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>How do I add Header Text for the Expand Column?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-do-I-add-Header-Text-for-the-Expand-Column/</link><pubDate>Thu, 27 Jan 2011 18:09:37 GMT</pubDate><dc:creator>DJBadin</dc:creator><category>How do I add Header Text for the Expand Column?</category><description>&lt;p&gt;I have a Hierarchical WebGrid.  By default, the first column for the RootTable has a &amp;#43; or – image to expand or collapse the Child Table.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;How can I put some text in Column Header for this column?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Doug&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>