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
255
Glyph Style at WinGrid columns
posted

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. 

Parents
  • 469350
    Verified Answer
    Offline posted

    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.  

Reply Children
No Data