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
455
Changing the check mark color of check box
posted

 Hi

I am using UltraWinGrid and I am setting  a column style as CheckBox at runtime based on the data.  I would like to change the color of the check mark in the check box based on some user action. How do I get hold of the CheckBox control from the selected row? I dont know the column name. So I try to get the EmbeddableEditor and check whether it is CheckEditor. But am not sure how to change the appearance of the check box after getting hold of the control?

 

Thanks. 

  • 37774
    posted

     I don't think that there's a way to change just the color of the checkbox in the editor.  A new GlyphInfo property was added in 8.2 to the UltraCheckEditor that you could look into, and then use this control as the EditorControl on the column.

    -Matt