﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum / StrataFrame Application Framework / WinForms (How do I?)  / Using ComboBox in Infragistics Ultragrid / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>forum@strataframe.net</webMaster><lastBuildDate>Sun, 07 Sep 2008 09:22:27 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Using ComboBox in Infragistics Ultragrid</title><link>http://forum.strataframe.net/Topic15576-7-1.aspx</link><description>Sounds good :)</description><pubDate>Sat, 12 Apr 2008 17:09:51 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Using ComboBox in Infragistics Ultragrid</title><link>http://forum.strataframe.net/Topic15576-7-1.aspx</link><description>I tried subclassing the combobox and implementing the interface but there are problems with that as the control is expected to expose several features, e.g. Editor, etc.&lt;/P&gt;&lt;P&gt;I will use the Infragistics combo instead. It probaby suits us as we already have a subclassed grid that will automatically create the dropdowns based on tag values. i doubt it will take much to convert this to create and populate a BO instead.&lt;/P&gt;&lt;P&gt;Thanks.</description><pubDate>Sat, 12 Apr 2008 16:55:00 GMT</pubDate><dc:creator>Aaron Young</dc:creator></item><item><title>RE: Using ComboBox in Infragistics Ultragrid</title><link>http://forum.strataframe.net/Topic15576-7-1.aspx</link><description>[quote]As the ComboBox doesn't implement this interface, how do you add dropdown lists to a column in an Ultragrid? Which control do you use?[/quote]&lt;/P&gt;&lt;P&gt;You would have to use an Infragistics combo, not a standard SF combo.  You should be able to use the Infragistics Wrapper combo as this inherits from the UltraCombo which should have than implementation.  If not, then it would be a matter of creating a custom class and just implementing that interface:&lt;/P&gt;&lt;P&gt;[codesnippet]Public Class MyEmbeddableCombo&lt;BR&gt;    Inherits MicroFour.StrataFrame.UI.WIndows.Forms.ComboBox&lt;BR&gt;    Implements IProvidesEmbeddableEditor&lt;/P&gt;&lt;P&gt;End Class[/codesnippet]&lt;/P&gt;&lt;P&gt;In any case, you should be able to get it accomplished without too much effort.</description><pubDate>Sat, 12 Apr 2008 16:04:47 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>Using ComboBox in Infragistics Ultragrid</title><link>http://forum.strataframe.net/Topic15576-7-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I would like to add a dropdown list to a column in an Ultragrid. I tried to use a SF ComboBox control as the EditorControl for the column. However, the following error is thrown when the application runs:-&lt;/P&gt;&lt;P&gt;"EditorControl property can only be set to a control that implements IProvidesEmbeddableEditor interface."&lt;/P&gt;&lt;P&gt;As the ComboBox doesn't implement this interface, how do you add dropdown lists to a column in an Ultragrid? Which control do you use?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aaron</description><pubDate>Sat, 12 Apr 2008 14:13:55 GMT</pubDate><dc:creator>Aaron Young</dc:creator></item></channel></rss>