Re: Hide/show individual checkbox controls
SharpGrid Support
Hide/show individual checkbox controls
11-11-2009, 6:44 AM
I am trying to make the checkbox control visible in some rows but not others. Is there a way to pull this off? (even with a hack)
Thanks, Eric
Re: Hide/show individual checkbox controls
11-11-2009, 10:58 PM
Eric,
Unfortunately, there is no built-in SharpGrid approach to achieve this result. CheckBox control type applies to whole column.
Thank you,
Andrey T.
Re: Hide/show individual checkbox controls
11-16-2009, 12:56 AM
I managed to pull off the trick after seeing the following thread:
http://www.datadynamics.com/forums/97352/ShowPost.aspx
'Appy man I am!
(you can't set a control per cell, but you can set an image per cell, so create a fake checkbox image and then monitor the clicks and switch the images)