<?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 : DevExpress Grid EmbeddedNavigator</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : DevExpress Grid EmbeddedNavigator</description>
  <pubDate>Thu, 11 Jun 2026 01:37:45 -700</pubDate>
  <lastBuildDate>Fri, 27 Jun 2008 07:05:52 -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=849</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>DevExpress Grid EmbeddedNavigator : I sent an email with an attachment...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=849&amp;PID=3143#3143</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=300" rel="nofollow">pucsoftware</a><br /><strong>Subject:</strong> 849<br /><strong>Posted:</strong> 27-Jun-2008 at 7:05am<br /><br />I sent an email with an attachment of my project to support a few days ago. Do you know if you received it? If so, have you had a chance to look at it? Any ideas?<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 27 Jun 2008 07:05:52 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=849&amp;PID=3143#3143</guid>
  </item> 
  <item>
   <title>DevExpress Grid EmbeddedNavigator : I think that that is a good idea....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=849&amp;PID=3120#3120</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> 849<br /><strong>Posted:</strong> 24-Jun-2008 at 3:56pm<br /><br />I think that that is a good idea.&nbsp; There is obviously something strange going on in your environment.&nbsp; I don't see the problem, and I am not aware of any other customers who have reported this problem.]]>
   </description>
   <pubDate>Tue, 24 Jun 2008 15:56:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=849&amp;PID=3120#3120</guid>
  </item> 
  <item>
   <title>DevExpress Grid EmbeddedNavigator : I know how to use the embedded...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=849&amp;PID=3114#3114</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=300" rel="nofollow">pucsoftware</a><br /><strong>Subject:</strong> 849<br /><strong>Posted:</strong> 24-Jun-2008 at 6:18am<br /><br />I know how to use the embedded navigator. I have all the properties set that&nbsp; you mentioned. That is what is so odd. There's no reason that I can tell that the Remove button would be disabled. Since this doesn't seem famaliar to you, the problem is probably with the Grid and not anything the DevForce binding manager would be doing. I will send in a request to DevExpress that details the problem, see if they can come up with something. If I can't find a solution I'll post again and try and send you my project.]]>
   </description>
   <pubDate>Tue, 24 Jun 2008 06:18:07 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=849&amp;PID=3114#3114</guid>
  </item> 
  <item>
   <title>DevExpress Grid EmbeddedNavigator : Even though the &amp;#034;Delete&amp;#034;...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=849&amp;PID=3111#3111</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> 849<br /><strong>Posted:</strong> 23-Jun-2008 at 3:25pm<br /><br /><P>Even though the "Delete" button&nbsp;may noy be initially enabled, you should be able to enable it by running the DevEx Designer, selecting the Feature Browser, and checking the checkbox for "UseEmbeddedNavigator" Property.&nbsp; Once you do this, you should have access to the EmbeddedNavigator Buttons.&nbsp; Sekect the "Remove" button and set "Enabled" to "True".</P><DIV>You will probably want a Click Handler to handle Click Events for the Embedded Navigator buttons.</DIV><DIV>&nbsp;</DIV><DIV>I used this code to set up the Click Handler.</DIV><FONT size=2><P></FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>.gridControl1.EmbeddedNavigator.ButtonClick += </FONT><FONT color=#0000ff size=2>new</FONT><FONT size=2> DevExpress.XtraEditors.</FONT><FONT color=#2b91af size=2>NavigatorButtonClickEventHandler</FONT><FONT size=2>(EmbeddedNavigator_ButtonClick);</P><DIV></DIV><P>This is the default Click Handler I created:</P><DIV></DIV><DIV></DIV><DIV></DIV><FONT size=2><P></FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2> EmbeddedNavigator_ButtonClick(</FONT><FONT color=#0000ff size=2>object</FONT><FONT size=2> sender, DevExpress.XtraEditors.</FONT><FONT color=#2b91af size=2>NavigatorButtonClickEventArgs</FONT><FONT size=2> e) {</P><P></FONT><FONT color=#0000ff size=2>throw</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>new</FONT><FONT size=2> </FONT><FONT color=#2b91af size=2>Exception</FONT><FONT size=2>(</FONT><FONT color=#a31515 size=2>"The method or operation is not implemented."</FONT><FONT size=2>);</P><P>}</P><DIV></DIV><DIV>If you look at e, you will see that it contains a Button which has a property called ButtonTYpe.</DIV><DIV>&nbsp;</DIV><DIV>For more details see:</DIV><DIV>&nbsp;</DIV><DIV><a href="http://community.devexpress.com/forums/t/64546.aspx" target="_blank">http://community.devexpress.com/forums/t/64546.aspx</A></DIV><DIV></FONT>&nbsp;</DIV></FONT><span style="font-size:10px"><br /><br />Edited by davidklitzke - 23-Jun-2008 at 3:27pm</span>]]>
   </description>
   <pubDate>Mon, 23 Jun 2008 15:25:17 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=849&amp;PID=3111#3111</guid>
  </item> 
  <item>
   <title>DevExpress Grid EmbeddedNavigator : We are using DevExpress 8.1 with...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=849&amp;PID=3103#3103</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=300" rel="nofollow">pucsoftware</a><br /><strong>Subject:</strong> 849<br /><strong>Posted:</strong> 20-Jun-2008 at 8:14am<br /><br />We are using DevExpress 8.1 with Devforce 3.6.2.2. I am using XtraGridBindingManager to bind DevForce objects to a DevExpress Grid. I have the grid set to show the Embedded Navigator. All the buttons are enabled except for the Remove (delete) button in the Navigator and I don't know why. I've created a ButtonClick for the grid and use this when I'm adding records but since the Remove button is not enabled, even when I select a record, I can't Delete a record from the Grid. The XtraGridBindingManager has a property for AllowNew but nothing for Delete. Is there something special I need to do in order to enable the Remove button in the EmbeddedNavigator. I've looked for any property for this in the Grid itself and can't find any and I've checked that the Remove button is enabled in the properties. So, I'm either missing something simple or there's got to be something wrong. Any ideas?<DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 20 Jun 2008 08:14:55 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=849&amp;PID=3103#3103</guid>
  </item> 
 </channel>
</rss>