hi I have a checkbox where I need to check something if it is selected. In the cellbeginedit event I check the value of the checkbox but it is false when I clearly set it to true. Is there a different way to approach this? All I need to do is call a function if the checkbox is set to ticked. The column is also added at run time if that helps. Thanks.