<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Child grid with custom entities (AddRelationView)</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Child grid with custom entities (AddRelationView)</description>
  <pubDate>Thu, 11 Jun 2026 15:05:03 -700</pubDate>
  <lastBuildDate>Mon, 29 Oct 2007 11:00:53 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=526</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Child grid with custom entities (AddRelationView) : I found how to do that with these...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=526&amp;PID=1823#1823</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=152" rel="nofollow">f3rland</a><br /><strong>Subject:</strong> 526<br /><strong>Posted:</strong> 29-Oct-2007 at 11:00am<br /><br />I found how to do that with these events :<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AddHandler GridViewMain.MasterRowEmpty, AddressOf GridViewMain_MasterRowEmpty<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AddHandler GridViewMain.MasterRowGetLevelDefaultView, AddressOf GridViewMain_MasterRowGetLevelDefaultView<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AddHandler GridViewMain.MasterRowGetRelationCount, AddressOf GridViewMain_MasterRowGetRelationCount<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AddHandler GridViewMain.MasterRowGetRelationName, AddressOf GridViewMain_MasterRowGetRelationName<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AddHandler GridViewMain.MasterRowGetChildList, AddressOf GridViewMain_MasterRowGetChildList<br><br>Easy... <img src="http://www.ideablade.com/forum/smileys/smiley16.gif" border="0" align="absmiddle" alt="Cool" /><br><br>]]>
   </description>
   <pubDate>Mon, 29 Oct 2007 11:00:53 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=526&amp;PID=1823#1823</guid>
  </item> 
  <item>
   <title>Child grid with custom entities (AddRelationView) : HiI&amp;#039;m trying to create a...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=526&amp;PID=1810#1810</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=152" rel="nofollow">f3rland</a><br /><strong>Subject:</strong> 526<br /><strong>Posted:</strong> 26-Oct-2007 at 4:25pm<br /><br />Hi<br>I'm trying to create a parent/child view with DevExpress.XtraGrid.Views.Grid.GridView using a custom entity. <img src="http://www.ideablade.com/forum/smileys/smiley29.gif" border="0" align="absmiddle" alt="Wacko" /><br><br>My custom entity inherits BindableList(Of CustomType)<br>The CustomType class have many properties that are entities objects<br><br>IE: <br>Class BindableType (inherits BindableList(Of CustomType))<br>Class CustomType<br>&nbsp;&nbsp;&nbsp; Property EntityTypeOne (DevForce Entity)<br>&nbsp;&nbsp;&nbsp; Property EntityTypeTwo (DevForce Entity)<br>&nbsp;&nbsp;&nbsp; Property EntityTypeThree (DevForce Entity)<br><br>Using IdeaBlade.UI.WinForms.DevExpressControls.XtraGridBindingManager an object of "BindableType" type fill my grid without any problem. I created all EntityPropertyDescriptors related to my "CustomType" properties.<br><br>Now i'm trying to "AddRelationView" to my main grid without success.<br>The relation is between "CustomType.EntityTypeTwo.ID" and "EntityTypeFour.ID"<br><br>I'm not able to create the EntityRelation because i do not have any EntityColumns belongs to my "CustomType".<br><br>There is a way to AddRelationView from a custom type?<br><br>As usual thanks in advance! <img src="http://www.ideablade.com/forum/smileys/smiley23.gif" border="0" align="absmiddle" alt="Geek" /><br>]]>
   </description>
   <pubDate>Fri, 26 Oct 2007 16:25:26 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=526&amp;PID=1810#1810</guid>
  </item> 
 </channel>
</rss>