﻿<?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 - ISLinqDataSource</title><link>http://www.intersoftsolutions.com/Community/Tags/ISLinqDataSource/</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>Hyperfast WebCombo using ISLinqDataSource</title><link>http://www.intersoftsolutions.com/Community/Tags/ISLinqDataSource/</link><pubDate>Wed, 08 Sep 2010 15:32:18 GMT</pubDate><dc:creator>rvillela0@gmail.com</dc:creator><category>WebCombo</category><category>ISLinqDataSource</category><description>&lt;p&gt;The sample indicates that "WebCombo.NET enables developer to bind millions of records without any performance loss" yet when I try to bind over 10,000 records, it salos way down. 100,000 records takes approximately 10 seconds for the page to load. Once loaded, it is Hyperfast! Are there some perfomance tips that I should be aware of? Would Load-on-Demand be a better option?&lt;/p&gt;</description></item><item><title>Filtering data at WebGrid 7 with ClientBinding, Paging and ISLinqDatasource</title><link>http://www.intersoftsolutions.com/Community/Tags/ISLinqDataSource/</link><pubDate>Fri, 23 Oct 2009 06:12:21 GMT</pubDate><dc:creator>somer@optima.com.tr</dc:creator><category>ClientBinding</category><category>Filter</category><category>Paging</category><category>ISLinqDataSource</category><description>&lt;p&gt;I have a webgrid with clientbinding and paging which is connected a ISLinqDataSource (Datasource is Entity Framework).&lt;/p&gt;&lt;p&gt;I would like to return filtered data, but i cant use "filter column" property because of the design and security issues (for example: user may unhide hidden column and clear filter, or i can't apply more than one filter for a single column like "code like 'a%' or code like 'b%' ").&lt;/p&gt;
&lt;p&gt;And i cant use ISLinqDataSource's where property as WebGrid overrides it.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;So i dediced to use FilteredColumns.AdvancedFilterExpression property.&lt;/p&gt;
&lt;p&gt;It runs but has one important problem:&lt;/p&gt;
&lt;p&gt;AdvancedFilterExpression is applied not while querying database, but applied after retrieving data by WebGrid. So if you set paging with 25 rows, you may see less than 25 rows in a pages, even may be all pages with no rows. &lt;/p&gt;</description></item></channel></rss>