﻿<?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 style a child table in a webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-do-I-style-a-child-table-in-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 do I style a child table in a webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-do-I-style-a-child-table-in-a-webgrid/</link><pubDate>Thu, 16 Jun 2011 03:18:33 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;Sorry for the late respond.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;I’m willing to advice you further but in order to do so I would need you to elaborate on your specific scenario and possibly give us a running simple sample and a step-by-step guide that we can use to observe the problem.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How do I style a child table in a webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-do-I-style-a-child-table-in-a-webgrid/</link><pubDate>Mon, 13 Jun 2011 05:18:57 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;Thanks for that but it didn't work for the child table&lt;/p&gt;&lt;p&gt;I have however managed to reduce the right hand column of the &lt;b&gt;root table&lt;/b&gt; to about 2 pixels.&lt;/p&gt;
&lt;p&gt;The oninitialize event of the child table never seems to fire though so the right hand column remains there. So far I have this and it seems to do absolutely nothing&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;            childtable.RowHeaders = RowHeaders.No;&lt;/p&gt;
&lt;p&gt;            childtable.Layout.RowHeaders = RowHeaders.No;&lt;/p&gt;
&lt;p&gt;            childtable.Layout.AutoFitColumns = true;&lt;/p&gt;
&lt;p&gt;            childtable.Layout.ClientSideEvents.OnInitialize = " ChildTable1_OnInitialize()";&lt;/p&gt;
&lt;p&gt;            childtable.Layout.ClientSideEvents.OnAfterInitialize = " ChildTable1_OnInitialize()";&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;My grid looks a mess right now and I need to show the customer something more professional that this.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Any help appreciated.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How do I style a child table in a webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-do-I-style-a-child-table-in-a-webgrid/</link><pubDate>Mon, 13 Jun 2011 00:32:36 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 do I style a child table in a webgrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-do-I-style-a-child-table-in-a-webgrid/</link><pubDate>Thu, 09 Jun 2011 10:04:33 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;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&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 style="margin-top: 10px; margin-bottom: 10px; "&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;/p&gt;
&lt;p style="margin-top: 10px; margin-bottom: 10px; "&gt;&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;
&lt;p /&gt;</description></item></channel></rss>