﻿<?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 - WebEssentials - How to style a child table on a webgrid</title><link>http://www.intersoftsolutions.com/Community/WebEssentials/How-to-style-a-child-table-on-a-webgrid/</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 to style a child table on a webgrid</title><link>http://www.intersoftsolutions.com/Community/WebEssentials/How-to-style-a-child-table-on-a-webgrid/</link><pubDate>Mon, 13 Jun 2011 00:29:52 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebGrid</category><category>Style</category><category>child</category><category>border</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Current build version of WebGrid doesn’t provide style customization over child table yet. So, I’m afraid that currently it is not possible to put a border along the bottom of the child table.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;The empty column at the left is the column that is used as the row selector of the child table. Please try to set the RowHeaders property in the LayoutSettings of WebGrid to “No” in order to losing the empty columns at the left.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;...
&amp;lt;LayoutSettings Hierarchical="True" AllowFilter="Yes" AllowExport="Yes" RowHeaders="No"&amp;gt;
&amp;lt;/LayoutSettings&amp;gt;
...&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;WebGrid has HidePadColumn property which hides the pad column (a small section of the column headers above the vertical scrollbar). Please try to disable this property in window on load JavaScript function in order to losing the emptly columns at the right.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How to style a child table on a webgrid</title><link>http://www.intersoftsolutions.com/Community/WebEssentials/How-to-style-a-child-table-on-a-webgrid/</link><pubDate>Thu, 09 Jun 2011 10:02:11 GMT</pubDate><dc:creator>neil.turner@ntd.co.uk</dc:creator><category>WebGrid</category><category>Style</category><category>child</category><category>border</category><description>&lt;p&gt;I'm trying to style the child tables in a webgrid and have got so far but have hit brick walls.&lt;/p&gt;
&lt;p&gt;Could you take a look at the attached image and let me know how i can achieve losing vthe empty columns at the left and right and putting a border along the bottom (green)&lt;img src="http://www.ntd.co.uk/images/webgrid.png" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /&gt;&lt;/p&gt; </description></item></channel></rss>