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 Reply Children
No Data