<?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 : Two-column Infragistics ComboBox</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Two-column Infragistics ComboBox</description>
  <pubDate>Fri, 12 Jun 2026 07:13:10 -700</pubDate>
  <lastBuildDate>Thu, 12 Jul 2007 11:03:45 -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=141</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>Two-column Infragistics ComboBox :    I don&amp;#039;t know if this...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=141&amp;PID=305#305</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=21" rel="nofollow">IdeaBlade</a><br /><strong>Subject:</strong> 141<br /><strong>Posted:</strong> 12-Jul-2007 at 11:03am<br /><br /><DIV><SPAN ="662445215-27102006"><DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN ="078583704-28102006"><a href="http://www.ideablade.com/forum/uploads/20070712_171810_Infragistics_Ne.zip" target="_blank"></A></SPAN></FONT>&nbsp;</DIV><DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN ="078583704-28102006"></SPAN></FONT>&nbsp;</DIV><DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN ="078583704-28102006">I don't know if this is the only way, or the best way, but it works.&nbsp; In this example, the Display Name is "FullName".&nbsp; When the dropdown occurs, the dropdown grid shows "FirstName" in the first column and "LastName"in the second column.</SPAN></FONT></DIV><DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN ="078583704-28102006"></SPAN></FONT>&nbsp;</DIV><DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN ="078583704-28102006">Here is the code</SPAN></FONT></DIV><DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN ="078583704-28102006"></SPAN></FONT>&nbsp;</DIV><DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN ="078583704-28102006"><a href="http://www.ideablade.com/forum/uploads/20070712_172217_Infragistics_Ne.zip" target="_blank">uploads/20070712_172217_Infragistics_Ne.zip</A>.</SPAN></FONT></DIV><DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN ="078583704-28102006"></SPAN></FONT>&nbsp;</DIV><DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN ="078583704-28102006"></SPAN></FONT>&nbsp;</DIV><DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN ="078583704-28102006">All you need to do is add an Event Handler for the Enter event for the UltraCombo:</SPAN></FONT></DIV><DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN ="078583704-28102006"><FONT size=2><P></FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2> managerUltraCombo_Enter(</FONT><FONT color=#0000ff size=2>object</FONT><FONT size=2> sender, </FONT><FONT color=#008080 size=2>EventArgs</FONT><FONT size=2> e) {</P><P></FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>.managerUltraCombo.Layouts.Grid.Rows.Band.Columns&#091;</FONT><FONT color=#800000 size=2>"FirstName"</FONT><FONT size=2>&#093;.Hidden = </FONT><FONT color=#0000ff size=2>false</FONT><FONT size=2>;</P><P></FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>.managerUltraCombo.Layouts.Grid.Rows.Band.Columns&#091;</FONT><FONT color=#800000 size=2>"LastName"</FONT><FONT size=2>&#093;.Hidden = </FONT><FONT color=#0000ff size=2>false</FONT><FONT size=2>;</P><P></FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>.managerUltraCombo.Layouts.Grid.Rows.Band.Columns&#091;</FONT><FONT color=#800000 size=2>"FullName"</FONT><FONT size=2>&#093;.Hidden = </FONT><FONT color=#0000ff size=2>true</FONT><FONT size=2>;</P><P>}</P></FONT></SPAN></FONT></DIV></SPAN></DIV><span style="font-size:10px"><br /><br />Edited by IdeaBlade - 12-Jul-2007 at 2:22pm</span>]]>
   </description>
   <pubDate>Thu, 12 Jul 2007 11:03:45 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=141&amp;PID=305#305</guid>
  </item> 
  <item>
   <title>Two-column Infragistics ComboBox : Iwant a multi-column dropdown....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=141&amp;PID=304#304</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=20" rel="nofollow">Customer</a><br /><strong>Subject:</strong> 141<br /><strong>Posted:</strong> 12-Jul-2007 at 11:02am<br /><br /><SPAN =662445215-27102006><FONT face=Arial size=2>I&nbsp;want a multi-column dropdown. Infragistics has the UltraCombo. My problem, is while I can set the DisplayMember and the ValueMember in the listconverter, I do not know how to tell the control what columns (UltraGrid), to use in the dropdown.</FONT></SPAN>]]>
   </description>
   <pubDate>Thu, 12 Jul 2007 11:02:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=141&amp;PID=304#304</guid>
  </item> 
 </channel>
</rss>