﻿<?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 - V1 » WinForms (How do I?)  » Using ComboBox in Infragistics Ultragrid</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 15:40:42 GMT</lastBuildDate><ttl>20</ttl><item><title>Using ComboBox in Infragistics Ultragrid</title><link>http://forum.strataframe.net/FindPost15576.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&amp;nbsp;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 17:09:51 GMT</pubDate><dc:creator>Aaron Young</dc:creator></item><item><title>RE: Using ComboBox in Infragistics Ultragrid</title><link>http://forum.strataframe.net/FindPost15579.aspx</link><description>Sounds good&amp;nbsp;:)</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/FindPost15578.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/FindPost15577.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.&amp;nbsp; You should be able to use the Infragistics Wrapper combo as this inherits from the UltraCombo which should have than implementation.&amp;nbsp; 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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inherits MicroFour.StrataFrame.UI.WIndows.Forms.ComboBox&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 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></channel></rss>