<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: IListSource.ContainsListCollection explained</title>
	<atom:link href="http://victorsergienko.com/ilistsource-explained-howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://victorsergienko.com/ilistsource-explained-howto/</link>
	<description>Programming: Java, Groovy, C++, .NET, OOD, a little this and that</description>
	<lastBuildDate>Tue, 27 Dec 2011 15:17:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Victor Sergienko</title>
		<link>http://victorsergienko.com/ilistsource-explained-howto/comment-page-1/#comment-824</link>
		<dc:creator>Victor Sergienko</dc:creator>
		<pubDate>Mon, 05 Jan 2009 12:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/?p=49#comment-824</guid>
		<description>Hi José.
As far as I see from my experience, MSDN lies in that paragraph.
Or, at least, there are different Controls that treat &lt;b&gt;ContainsListCollection()&lt;/b&gt; in totally different senses.

Particularly, for me (in DevExpress controls) ContainsListCollection() only meant that GetList() returns an &lt;b&gt;ITypedList&lt;/b&gt;.

Now, what do you mean saying &quot;control with more than one list inside&quot;, a grid-like control where each line item is another IList, or just two collections, or what?
If so, you&#039;ll need a specific Binding for each line anyway.
And you&#039;ll need to return such a &lt;b&gt;PropertyDescriptor&lt;/b&gt; that describes how to bind your &lt;b&gt;ITypedList&lt;/b&gt;&#039;s elements.</description>
		<content:encoded><![CDATA[<p>Hi José.<br />
As far as I see from my experience, MSDN lies in that paragraph.<br />
Or, at least, there are different Controls that treat <b>ContainsListCollection()</b> in totally different senses.</p>
<p>Particularly, for me (in DevExpress controls) ContainsListCollection() only meant that GetList() returns an <b>ITypedList</b>.</p>
<p>Now, what do you mean saying &#8220;control with more than one list inside&#8221;, a grid-like control where each line item is another IList, or just two collections, or what?<br />
If so, you&#8217;ll need a specific Binding for each line anyway.<br />
And you&#8217;ll need to return such a <b>PropertyDescriptor</b> that describes how to bind your <b>ITypedList</b>&#8216;s elements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José Luis</title>
		<link>http://victorsergienko.com/ilistsource-explained-howto/comment-page-1/#comment-823</link>
		<dc:creator>José Luis</dc:creator>
		<pubDate>Fri, 02 Jan 2009 14:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://victorsergienko.com/?p=49#comment-823</guid>
		<description>Hi victor.

I have got a question about this issue.

I have implemented a datasource control that usually returns false on ContainsListCollection() calls. Everything works fine here.

But i want to make a datasource control with more than one list inside, so i changed my implementation, and i return true on ContainsListCollection() calls. So I tried to implement my getList() method to returning a BindingList of my original datasource items, but it seems it doesn&#039;t work.

Can you help me to show the way to do it?

Regards</description>
		<content:encoded><![CDATA[<p>Hi victor.</p>
<p>I have got a question about this issue.</p>
<p>I have implemented a datasource control that usually returns false on ContainsListCollection() calls. Everything works fine here.</p>
<p>But i want to make a datasource control with more than one list inside, so i changed my implementation, and i return true on ContainsListCollection() calls. So I tried to implement my getList() method to returning a BindingList of my original datasource items, but it seems it doesn&#8217;t work.</p>
<p>Can you help me to show the way to do it?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

