﻿<?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 - AllowFilter Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/AllowFilter-Issue/</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>AllowFilter Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/AllowFilter-Issue/</link><pubDate>Wed, 09 Sep 2009 04:14:33 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>AllowFilter</category><description>&lt;p&gt;Ok, I can replicate it now. Thank you for your help.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>AllowFilter Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/AllowFilter-Issue/</link><pubDate>Wed, 09 Sep 2009 03:34:17 GMT</pubDate><dc:creator>Michael</dc:creator><category>AllowFilter</category><description>&lt;p&gt;'Vertical line' issue is only visible on DefaultStyleMode = &lt;strong&gt;DefaultStyleKind.Elegant&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>AllowFilter Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/AllowFilter-Issue/</link><pubDate>Tue, 08 Sep 2009 23:34:15 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>AllowFilter</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I followed your settings and scenario but I could not see '&lt;b&gt;&lt;i&gt;vertical line&lt;/i&gt;&lt;span style="font-weight: normal; "&gt;' issue. Please see my attached sample.&lt;br /&gt; &lt;br /&gt;I recommend you not to set ColumnWidth with '%' value since our WebGridColumn is not designed with that value. That's why you faced the layout issue.&lt;br /&gt;Please try to set &lt;/span&gt;&lt;i&gt;IsAutoWidth=tru&lt;/i&gt;&lt;i&gt;e&lt;/i&gt;&lt;span style="font-weight: normal; "&gt; at column level &lt;i&gt;&lt;b&gt;AutoFitColumns=true&lt;/b&gt;&lt;/i&gt;. &lt;br /&gt;AutoWidth is needed if you want to achieve 100% effect size on that column.&lt;br /&gt;&lt;br /&gt;About Checkbox is not centered, it is a minor issue. I have reported with WI #401 to our developer.&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-weight: normal; "&gt;Regards,&lt;br /&gt;Handy &lt;/span&gt;&lt;/b&gt;&lt;/p&gt;</description></item><item><title>AllowFilter Issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/AllowFilter-Issue/</link><pubDate>Tue, 08 Sep 2009 03:54:17 GMT</pubDate><dc:creator>Michael</dc:creator><category>AllowFilter</category><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Please see attached file.&lt;/p&gt;
&lt;p&gt;Why is vertical line (between Ref an ID Column) not visible?&lt;/p&gt;
&lt;p&gt;Why is Filter-Icon not on the right side ("Bezeichnung" Column)? Columnwidth is set to 100 Percent.&lt;/p&gt;
&lt;p&gt;Checkbox is not centered (same like New Row). &lt;/p&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;pre&gt;                WebGridColumn eID = grd.RootTable.Columns[0];
                eID.Caption = "ID";
                eID.Width = Unit.Pixel(250);
                eID.EditType = EditType.NoEdit;
                eID.IsAutoIncrement = true;

                WebGridColumn eName = grd.RootTable.Columns[1];
                eName.Caption = "Bezeichnung";
                eName.Width = Unit.Percentage(100);

                WebGridColumn eHide = grd.RootTable.Columns[2];
                eHide.Caption = "Ausblenden";
                eHide.Width = Unit.Pixel(80);
                eHide.CellStyle.HorizontalAlign = ISNet.WebUI.HorizontalAlign.Center;
                eHide.ColumnType = ColumnType.CheckBox;
                eHide.EditType = EditType.Checkbox;

                WebGridColumn eDependencies = new WebGridColumn("Dependencies", "Ref");
                eDependencies.ColumnType = ColumnType.Image;
                eDependencies.EditType = EditType.NoEdit;
                eDependencies.Width = Unit.Pixel(30);
                grd.RootTable.Columns.Insert(0, eDependencies);&lt;/pre&gt;
</description></item></channel></rss>