Setcellimage in checkbox cell

Posted by: lars.seehaus on 19 March 2025, 10:54 am EST

    • Post Options:
    • Link

    Posted 19 March 2025, 10:54 am EST

    Hello I use a cellimage to mark commented cells in my c1flexgrid. when i add comment to a cell in a checkbox column, the symbol doesn’t show. how can i fix this or what are the alternative to use for this case.

    we use the older version winform2022v2 a the moment.

  • Posted 20 March 2025, 3:07 am EST

    Hi,

    To show an image in the checkbox cell, you can handle the OwnerDrawCell event of the C1FlexGrid. In the event handler, you can check if the checkbox cell has a comment and draw the image manually using the Graphics.DrawImage method.

    Please refer to the attached sample project for reference - CellImageWithCheckBox.zip

    Best Regards,

    Kartik

  • Posted 20 March 2025, 4:24 am EST

    thanks for the help

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels