<?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 : Custom Control and Grid Binding Manager</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : Custom Control and Grid Binding Manager</description>
  <pubDate>Thu, 21 May 2026 18:19:23 -700</pubDate>
  <lastBuildDate>Wed, 05 May 2010 19:38:10 -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=1783</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>Custom Control and Grid Binding Manager : Hi Scott - I&amp;#039;ll follow up...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1783&amp;PID=6800#6800</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 1783<br /><strong>Posted:</strong> 05-May-2010 at 7:38pm<br /><br /><P>Hi Scott - I'll follow up with you in email.</P><DIV></DIV>]]>
   </description>
   <pubDate>Wed, 05 May 2010 19:38:10 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1783&amp;PID=6800#6800</guid>
  </item> 
  <item>
   <title>Custom Control and Grid Binding Manager : Looking into it. </title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1783&amp;PID=6791#6791</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=482" rel="nofollow">WardBell</a><br /><strong>Subject:</strong> 1783<br /><strong>Posted:</strong> 05-May-2010 at 2:02pm<br /><br />Looking into it.]]>
   </description>
   <pubDate>Wed, 05 May 2010 14:02:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1783&amp;PID=6791#6791</guid>
  </item> 
  <item>
   <title>Custom Control and Grid Binding Manager : I have a grid that is we have...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1783&amp;PID=6774#6774</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=506" rel="nofollow">swylie</a><br /><strong>Subject:</strong> 1783<br /><strong>Posted:</strong> 04-May-2010 at 5:29pm<br /><br />I have a grid that is we have setup to use the XtraGridBindingManager.&nbsp; One of the columns is to display dates.&nbsp; We have created a custom DevExpress DateEdit control that we use throughout the rest of the application and I tried to use it with this grid. <DIV></DIV><DIV>&nbsp;</DIV><DIV>Here is the code that I have changed for the setting the grids column binding descriptors. If you notice the control type it is our custom control.</DIV><DIV><FONT color=#008000 size=2><FONT color=#008000 size=2></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#008000 size=2><FONT color=#008000 size=2>this.historyGBM.Descriptors.Add(new IdeaBlade.UI.WinForms.DevExpressControls.XtraGridBindingDescriptor("Start Date", typeof(DomainModel.CheckPrintSource), "BeginDate", typeof(BPS.SC.Framework.Controls.DateEdit)));</FONT></FONT></DIV><DIV><FONT color=#008000 size=2><FONT color=#008000 size=2><FONT color=#000000></FONT></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#008000 size=2><FONT color=#008000 size=2><FONT color=#000000>When I run the application, this column always uses the base control type and not our custom control type.&nbsp; I even have the particular column ColumnEdit property set to a instance of the custom control.&nbsp; If I comment out the line above then I see it.</FONT></FONT></FONT></DIV><DIV><FONT color=#008000 size=2><FONT color=#008000 size=2><FONT color=#000000></FONT></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#008000 size=2><FONT color=#008000 size=2><FONT color=#000000>I then decided to change the column descriptor type to my custom repositoryitem&nbsp;that DevExpress uses internally for grid editors.&nbsp; When I ran the code I got this error.</FONT></FONT></FONT></DIV><DIV><FONT color=#008000 size=2><FONT color=#008000 size=2><FONT color=#000000></FONT></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#008000 size=2><FONT color=#008000 size=2>{"No suitable XtraGridColumnBinder could be found for a SCRepositoryItemDateEdit. Are you missing an assembly reference?"}</FONT></FONT></DIV><DIV><FONT color=#008000 size=2></FONT>&nbsp;</DIV><DIV><FONT color=#008000 size=2><FONT color=#008000 size=2><FONT color=#000000>I looked at the code through Reflector to find this error and noticed that there is a UIMapper that seems to be what takes care how you decide what to bind to (well I think that is how it works) but I could not get it work or find any documentation on it.</FONT></FONT></FONT></DIV><DIV><FONT color=#008000 size=2><FONT color=#008000 size=2><FONT color=#000000></FONT></FONT></FONT>&nbsp;</DIV><DIV><FONT color=#008000 size=2><FONT color=#008000 size=2><FONT color=#000000>So my question is how do I get the XtraGridBindingManager use my custom DateEdit control and not what it is internnally mapped to.</FONT></DIV></FONT></FONT>]]>
   </description>
   <pubDate>Tue, 04 May 2010 17:29:51 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1783&amp;PID=6774#6774</guid>
  </item> 
 </channel>
</rss>