<?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 : [Resolved]Tearing down MasterDetailTabController</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : [Resolved]Tearing down MasterDetailTabController</description>
  <pubDate>Fri, 01 May 2026 12:21:00 -700</pubDate>
  <lastBuildDate>Wed, 10 Oct 2007 11:44:16 -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=480</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>[Resolved]Tearing down MasterDetailTabController : I think I figured out why they...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1538#1538</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 480<br /><strong>Posted:</strong> 10-Oct-2007 at 11:44am<br /><br />I think I figured out why they were readonly. I am not editing the current entity, because it is an association object, I am editing the a child to. So the child fields only are readonly. When I explicitly enable them they work fine.]]>
   </description>
   <pubDate>Wed, 10 Oct 2007 11:44:16 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1538#1538</guid>
  </item> 
  <item>
   <title>[Resolved]Tearing down MasterDetailTabController : From what I can tell that only...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1534#1534</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 480<br /><strong>Posted:</strong> 10-Oct-2007 at 9:54am<br /><br />From what I can tell that only tells it not to allow input into the cells. But I did try it.]]>
   </description>
   <pubDate>Wed, 10 Oct 2007 09:54:45 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1534#1534</guid>
  </item> 
  <item>
   <title>[Resolved]Tearing down MasterDetailTabController : You may have already checked this,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1533#1533</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 480<br /><strong>Posted:</strong> 10-Oct-2007 at 9:52am<br /><br />You may have already checked this, but MasterDetailTabViewController contains a protected virtual method:<DIV><FONT size=2><P>ConfigureDetailGridViewContext()</P><DIV>The default in MDTC sets the ReadOnly flag.</DIV><DIV>&nbsp;</DIV><DIV>Have you overridden this method in your TabViewController to NOT set the detail context to read only?</DIV><DIV>&nbsp;</DIV><DIV>Bill J.</DIV></FONT></DIV>]]>
   </description>
   <pubDate>Wed, 10 Oct 2007 09:52:23 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1533#1533</guid>
  </item> 
  <item>
   <title>[Resolved]Tearing down MasterDetailTabController : I am using an EntityQuery </title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1508#1508</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 480<br /><strong>Posted:</strong> 09-Oct-2007 at 10:54am<br /><br />I am using an EntityQuery]]>
   </description>
   <pubDate>Tue, 09 Oct 2007 10:54:27 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1508#1508</guid>
  </item> 
  <item>
   <title>[Resolved]Tearing down MasterDetailTabController : Look at how your are supplying...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1507#1507</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 480<br /><strong>Posted:</strong> 09-Oct-2007 at 10:52am<br /><br /><P>Look at how your are supplying the DataSource to the BindingSource in your tab view controller.&nbsp; Are you using a query to get an entity list, or are you accessing a property of an entity that returns a simple array of entities?</P><DIV>&nbsp;</DIV><DIV>Bill J.</DIV>]]>
   </description>
   <pubDate>Tue, 09 Oct 2007 10:52:08 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1507#1507</guid>
  </item> 
  <item>
   <title>[Resolved]Tearing down MasterDetailTabController : not a problem </title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1496#1496</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 480<br /><strong>Posted:</strong> 09-Oct-2007 at 9:33am<br /><br />not a problem]]>
   </description>
   <pubDate>Tue, 09 Oct 2007 09:33:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1496#1496</guid>
  </item> 
  <item>
   <title>[Resolved]Tearing down MasterDetailTabController : I guess tab controls are different....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1493#1493</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 480<br /><strong>Posted:</strong> 09-Oct-2007 at 9:28am<br /><br />I guess tab controls are different.&nbsp; Sorry I couldn't help.]]>
   </description>
   <pubDate>Tue, 09 Oct 2007 09:28:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1493#1493</guid>
  </item> 
  <item>
   <title>[Resolved]Tearing down MasterDetailTabController : Mine needs to be in a tab control....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1492#1492</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 480<br /><strong>Posted:</strong> 09-Oct-2007 at 9:22am<br /><br />Mine needs to be in a tab control. I believe I have everything figured out I just have a few things to iron out. I have all things working fine now. Just gonna have to refactor it later.]]>
   </description>
   <pubDate>Tue, 09 Oct 2007 09:22:15 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1492#1492</guid>
  </item> 
  <item>
   <title>[Resolved]Tearing down MasterDetailTabController :  Originally posted by orcitiesWhat...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1490#1490</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 480<br /><strong>Posted:</strong> 08-Oct-2007 at 4:45pm<br /><br /><table width="99%"><tr><td class="BBquote"><strong><em>Originally posted by orcities</strong></em><br /><br />What I am doing . . . is attempting to allow the user to edit the record on the same view.</td></tr></table> <DIV>&nbsp;</DIV><DIV>I did this by creating a page (summary detail page is fine...you will not use the detail--key point).&nbsp; The summary view that is created via the wizard is where I put the controls that I use to edit a given entity (normal, so far).&nbsp; On that same view I added a grid (not quite normal).&nbsp; In the view's code I set the binding source of the new grid binding manager to the already existing control binding manager's.&nbsp; This works quite nicely.&nbsp; The navigator walks both the grid and controls at the same time.&nbsp; Anything edited in the controls shows up in the grid (and potentially, vice versa, though I did not try that).&nbsp; I may not really be understanding what you are trying to accomplish, but I hope this helps in some way.</DIV>]]>
   </description>
   <pubDate>Mon, 08 Oct 2007 16:45:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1490#1490</guid>
  </item> 
  <item>
   <title>[Resolved]Tearing down MasterDetailTabController : I was able to do a really crappy...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1484#1484</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 480<br /><strong>Posted:</strong> 08-Oct-2007 at 3:15pm<br /><br />I was able to do a really crappy work around. I am hoping to find a better solution. It seems that only my textboxes are going to readonly. I have verified that are enabled in the designer view. But they still come up reaonly on initial load of the project.]]>
   </description>
   <pubDate>Mon, 08 Oct 2007 15:15:05 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1484#1484</guid>
  </item> 
  <item>
   <title>[Resolved]Tearing down MasterDetailTabController : I am trying to figure out how...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1483#1483</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=136" rel="nofollow">orcities</a><br /><strong>Subject:</strong> 480<br /><strong>Posted:</strong> 08-Oct-2007 at 2:59pm<br /><br />I am trying to figure out how to do a few things. And to do so I needed to look at the MasterDetailTabViewController. <DIV>&nbsp;</DIV><DIV>In looking at MDTC&nbsp;I have come up with a few questions. In which I will post seperatly in case one answer solves the next problem.</DIV><DIV>&nbsp;</DIV><DIV>I have found&nbsp;the MDTC&nbsp;was&nbsp;very handy in creating my own contr. But I have had a few issues. <DIV>&nbsp;</DIV><DIV>What I am doing instead of using the Editor feature, as the MDTC does to add, edit, or delete,&nbsp;is attempting to allow the user to edit the record on the same view. So in one section I have a grid and in the other the widget control with the textboxes and such for that item. </DIV><DIV>&nbsp;</DIV><DIV>I have everything bound successfully but, my entity is always readonly. I have noticed that if an entity is readonly the controls are readonly, very handy. But I am not sure why it is readonly. </DIV><DIV>&nbsp;</DIV><DIV>The binding source is an EntityBindingSource and has not explicitly been set to RO.</DIV></DIV><span style="font-size:10px"><br /><br />Edited by orcities - 10-Oct-2007 at 11:44am</span>]]>
   </description>
   <pubDate>Mon, 08 Oct 2007 14:59:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=480&amp;PID=1483#1483</guid>
  </item> 
 </channel>
</rss>