Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
575
Embeding a custom combo in the WinGrid cell using Infragisitcs 2009.2
posted

I am wondering if there is an easy way to embed a custom combo in the WinGrid. My customer combo is something like:

public partial class ComboEditor : UserControl

{

}

 

The reason that it is inheriting from UserControl is to add a button in the conrol as well.  But before the butto I have added the UltraComboEditor.

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    Yes, one of the features added to NA 2009.2 was the Infragistics.Win.UltraWinEditors.UltraControlContainerEditor control, which gives you an easy way to use your own custom control as an embeddable editor. You place your custom control on it, and assign it to the column's EditorComponent property.

Children