I want to use my own customized UltraButton in a button sytle column in a grid, how to do that? I've tried with an EditorComponent but then the button doesn't respect the ButtonDisplayStyle = OnMouseEnter. The button should appear only on mouse enter event.
Hello Oktober, I am interested what you did to resolve the issue
Hello,
Thank you for your feedback. Please do not hesitate to contact with us if you have any further questions.
Thank you for using Infragistics Components.
Thank you so much Hristo, I will check that. I use UltraGrid in every form possible since many years ago and I'm still learning about it. It is a great component and a challenge also. I will let you know guys how is it going. Thank you Mike and Hristo.
Well, it's hard to tell exactly, but have you tried the ButtonStyle property on the Override? There are quite a few styles available, and I would think at least one of them should be close enough to what you want.
If none of the available ButtonStyle options work for you, then the only other way to do this would be to use a DrawFilter and then you could draw the button yourself.
On the following links you could find more information about UltraControlContainorEditor:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/WinControlContainerEditor_Understanding_WinControlContainerEditor.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/WinControlContainerEditor_Embed_Any_Control_within_WinGrid_Cell_using_UltraControlContainerEditor_Component.html http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/WinControlContainerEditor_Embed_Any_Control_within_WinGrid_Cell_using_ControlContainerEditor_Object.html
Please let me know if you have any further questions.