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.
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this ?
Thank you for using Infragistics Components.
Hello,
What you could do in your case is to implement own logic for drawing of the image for the check state of the check box. I have created a small sample to illustrate my idea. I hope that this will help you.
Please let me know if you have any further questions.