<?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 : Updateable Nested GridView</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Updateable Nested GridView</description>
  <pubDate>Wed, 10 Jun 2026 19:10:37 -700</pubDate>
  <lastBuildDate>Thu, 23 Oct 2008 16:02:58 -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=970</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>Updateable Nested GridView : Fortunately for our humility,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=970&amp;PID=3528#3528</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=4" rel="nofollow">GregD</a><br /><strong>Subject:</strong> 970<br /><strong>Posted:</strong> 23-Oct-2008 at 4:02pm<br /><br />Fortunately for our humility, being right never lasts for very&nbsp;long.&nbsp; 8-)<DIV>&nbsp;</DIV><DIV>Sorry for your difficulties.</DIV>]]>
   </description>
   <pubDate>Thu, 23 Oct 2008 16:02:58 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=970&amp;PID=3528#3528</guid>
  </item> 
  <item>
   <title>Updateable Nested GridView : Sometimes, I can&amp;#039;t see the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=970&amp;PID=3526#3526</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=38" rel="nofollow">rclarke</a><br /><strong>Subject:</strong> 970<br /><strong>Posted:</strong> 23-Oct-2008 at 10:49am<br /><br /><P>Sometimes, I can't see the forest for the trees. Thanks, Greg. For some reason I was thinking that I had to reference the relation property which always returns a readonlyentitylist. I still get the same behavior so, as usual you guys are right; it appears that Developer Express does not work as I had hoped.</P>]]>
   </description>
   <pubDate>Thu, 23 Oct 2008 10:49:40 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=970&amp;PID=3526#3526</guid>
  </item> 
  <item>
   <title>Updateable Nested GridView :  Originally posted by rclarkeDavid,Thanks...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=970&amp;PID=3525#3525</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=4" rel="nofollow">GregD</a><br /><strong>Subject:</strong> 970<br /><strong>Posted:</strong> 23-Oct-2008 at 10:05am<br /><br /><table width="99%"><tr><td class="BBquote"><strong><em>Originally posted by rclarke</strong></em><br /><br />David,<BR>Thanks for the reply. I can't even get to the point that I can debug the AddingNew event because it seems to me that the DevEx XtraGrid is seeing the data for the child relation as readonly. For example, if there are no child entities, the expansion button to expand the view is greyed out. If there are existing child entities, I can expand the view to show them and the DevEx Embedded Navigator changes to reflect the child view but the buttons to Add and Delete are greyed out. I think this is due to the fact that DevForce presents the data as readonly because of the relation. I don't know how to override this behavior and provide my own Entitylist and associated BindingSource. So right now I can't go to Developer Express with an issue because I can't make it happen or not happen as the case may be.<BR><BR><img src="file:///C:/Users/R&#111;n/AppData/Local/Temp/moz-screenshot.jpg" border="0" /><img src="file:///C:/Users/R&#111;n/AppData/Local/Temp/moz-screenshot-1.jpg" border="0" /></td></tr></table> <DIV>&nbsp;</DIV><DIV>&gt;&gt; I don't know how to override this behavior and provide my own Entitylist and associated BindingSource.&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Just code a property into the parent class&nbsp;that returns an EntityList:</DIV><DIV>&nbsp;</DIV><DIV>public EntityList&lt;Order&gt;&nbsp;OrdersUnconstrained {&nbsp;&nbsp;</DIV><DIV>&nbsp;&nbsp; get {</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return new EntityList&lt;Order&gt;(this.Orders);</DIV><DIV>&nbsp;&nbsp; }</DIV><DIV>}</DIV><DIV>&nbsp;</DIV><DIV>&gt;&gt; the DevEx Embedded Navigator changes to reflect the child view but the buttons to Add and Delete are greyed out.</DIV><DIV>&nbsp;</DIV><DIV><DIV>How to Enable the buttons would be a question for DevEx. If you can do it, there might be a secondary issue of taking charge of the behavior that occurs when they're clicked.</DIV><DIV>&nbsp;</DIV></DIV><DIV><DIV>This is just a stab in the dark, but...when you work with a .NET BindingNavigator, which has Add and Delete buttons on it, you have to null out a couple of properties of the BindingNavigator itself to disengage built-in handlers that don't know anything about entities in a local cache, and so attempt to do the wrong things.&nbsp; Once you've nulled out those properties, the buttons are just plain old buttons, and you can wire handlers to them, and code any sort of action in those handlers.</DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 23 Oct 2008 10:05:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=970&amp;PID=3525#3525</guid>
  </item> 
  <item>
   <title>Updateable Nested GridView : David,Thanks for the reply. I...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=970&amp;PID=3523#3523</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=38" rel="nofollow">rclarke</a><br /><strong>Subject:</strong> 970<br /><strong>Posted:</strong> 23-Oct-2008 at 8:00am<br /><br />David,<br>Thanks for the reply. I can't even get to the point that I can debug the AddingNew event because it seems to me that the DevEx XtraGrid is seeing the data for the child relation as readonly. For example, if there are no child entities, the expansion button to expand the view is greyed out. If there are existing child entities, I can expand the view to show them and the DevEx Embedded Navigator changes to reflect the child view but the buttons to Add and Delete are greyed out. I think this is due to the fact that DevForce presents the data as readonly because of the relation. I don't know how to override this behavior and provide my own Entitylist and associated BindingSource. So right now I can't go to Developer Express with an issue because I can't make it happen or not happen as the case may be.<br><br><img src="file:///C:/Users/R&#111;n/AppData/Local/Temp/moz-screenshot.jpg" border="0" /><img src="file:///C:/Users/R&#111;n/AppData/Local/Temp/moz-screenshot-1.jpg" border="0" />]]>
   </description>
   <pubDate>Thu, 23 Oct 2008 08:00:38 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=970&amp;PID=3523#3523</guid>
  </item> 
  <item>
   <title>Updateable Nested GridView : I spent several days last year...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=970&amp;PID=3519#3519</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 970<br /><strong>Posted:</strong> 22-Oct-2008 at 3:13pm<br /><br /><P =Ms&#111;normal><FONT face=Arial color=navy size=2><SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">I spent several days last year with one customer on this same issue.&nbsp; In the end, we&nbsp; got stuck on the issue that&nbsp;we could not get an AddingNew event to fire even though&nbsp;we did all of the same things that are done in a standard Master-Detail configuration.&nbsp; In a standard Master-Detail grid, the AddingNew event will fire as soon as you start typing into the bottom row.&nbsp; This event does not fire in the DevEx hierarchical grid.</P><DIV></DIV><P =Ms&#111;normal>If I were to pick up on this same issue again, I would start by asking DevExpress Technical Support to explain how to get this event to fire.</SPAN></FONT></P>]]>
   </description>
   <pubDate>Wed, 22 Oct 2008 15:13:30 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=970&amp;PID=3519#3519</guid>
  </item> 
  <item>
   <title>Updateable Nested GridView : I have implemented a nested DevExXtraGrid...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=970&amp;PID=3507#3507</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=38" rel="nofollow">rclarke</a><br /><strong>Subject:</strong> 970<br /><strong>Posted:</strong> 18-Oct-2008 at 8:38am<br /><br />I have implemented a nested DevExXtraGrid View by using AddRelationView but I want to be able to add and delete items for the child relation within the grid. Since the relation of one to many defaults to a readonly entitylist, I can't do what I want. I would like the child view to be driven by an EntityList and BindingSource which allow new items via the BindingSource.AddNew and the rremoval of selected items as well. In other words I want to be able to do everything in the child grid view that I can do in the parent.<br><br>I know I can use two grids to accomplish this but screen real estate is an issue and seperate grids uses a lot of space.<br><br>Any help would be appreciated.<br>]]>
   </description>
   <pubDate>Sat, 18 Oct 2008 08:38:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=970&amp;PID=3507#3507</guid>
  </item> 
 </channel>
</rss>