﻿<?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 » Issues  » Infragistics wrapper</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 07:02:22 GMT</lastBuildDate><ttl>20</ttl><item><title>Infragistics wrapper</title><link>http://forum.strataframe.net/FindPost31703.aspx</link><description>Hi All,&lt;br/&gt;&lt;br/&gt;I use NetAdvantage 2011.1 and I've started using the SF IG wrapper. I noticed that there is a class for the "ultradropdownbutton" control but not the "ultradropdown" control itself. Is this control to be handled directly like the ultragrid using BBS's etc or is there a better control to use in the grids for dropdown lists? &lt;br/&gt;&lt;br/&gt;Everythings seems to work but the object instantiation order seems a bit "touchy" or am i missing something?&lt;br/&gt;&lt;br/&gt;TIA&lt;br/&gt;&lt;br/&gt;Trevor</description><pubDate>Wed, 16 Jan 2013 14:16:08 GMT</pubDate><dc:creator>Trevor Hendricks</dc:creator></item><item><title>RE: Infragistics wrapper</title><link>http://forum.strataframe.net/FindPost31730.aspx</link><description>You're welcome, Trevor. &lt;span&gt;:cool:&lt;/span&gt;</description><pubDate>Wed, 16 Jan 2013 14:16:08 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Infragistics wrapper</title><link>http://forum.strataframe.net/FindPost31727.aspx</link><description>Thanks Ivan. That is exactly what I am experiencing.</description><pubDate>Wed, 16 Jan 2013 10:39:19 GMT</pubDate><dc:creator>Trevor Hendricks</dc:creator></item><item><title>RE: Infragistics wrapper</title><link>http://forum.strataframe.net/FindPost31720.aspx</link><description>I don't remember anything really special. I dropped the ComboEditors on my forms, populated as usual, made them invisible and attached them to the Grid's Columns.&lt;br/&gt;One thing I did was to set the Columns properties by code, since I was loosing this configuration when only used the Grid's Wizard. So, in the Grid's InitializeRow event, I added something like this:&lt;br/&gt;&lt;br/&gt;&lt;span&gt;[codesnippet]&amp;nbsp;&amp;nbsp;&amp;nbsp; Private Sub YourGrid_InitializeRow(ByVal sender As System.Object, ByVal e As Infragistics.Win.UltraWinGrid.InitializeRowEventArgs) Handles YourGrid.InitializeRow&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- set columns editor control&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.Row.Cells("YourField1").EditorComponent = Me.YourComboEditor1&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.Row.Cells("YourField2").EditorComponent = Me.YourComboEditor2&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Sub&lt;br/&gt;[/codesnippet]&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Hope it helps.</description><pubDate>Tue, 15 Jan 2013 10:52:40 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Infragistics wrapper</title><link>http://forum.strataframe.net/FindPost31719.aspx</link><description>Hi Ivan,&lt;br/&gt;&lt;br/&gt;yes that's it. Is there anything special i need to do wrt the instantiation order, datasource settings, initial layout&amp;nbsp;etc.?&lt;br/&gt;&lt;br/&gt;Thanks&lt;br/&gt;&lt;br/&gt;Trevor</description><pubDate>Tue, 15 Jan 2013 06:33:40 GMT</pubDate><dc:creator>Trevor Hendricks</dc:creator></item><item><title>RE: Infragistics wrapper</title><link>http://forum.strataframe.net/FindPost31713.aspx</link><description>Hi Trevor.&lt;br/&gt;&lt;br/&gt;So far I have used the SF wrapper for the UltraComboEditor in UltraGrids and am populating them using the SF PopulationDataSourceSettings without any problem. &lt;br/&gt;Is this what you mean?</description><pubDate>Mon, 14 Jan 2013 13:03:48 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>