Hi there,
I have the last release of NetAdvantage for Windows Forms, and i saw the great new feature that posibility us to make our own Glyph at WinEditors. Now my question is: There is the same feature in the WinGrid for the boolean columns?
Thanks in advance.
Ok, that works perfect. Thanks for the fast answer.
Yes, there are two ways you can do this.
If you want to simply affect all of the Infagistics WinForms controls in your application, you can use the static properties on the Infragistics.Win.UIElementDrawParams class. There's a CheckBoxGlyphInfo and a RadioButtonGlyphInfo you can set at run-time. I'm pretty sure the sample included with NetAdvantage does this.
The alternative would be to create an UltraCheckEditor control and set it's GlyphInfo, then set the grid column's EditorControl to the UltraCheckEditor.