I am trying to use the checkbox as a toogle in the grid control
I know how to check the status of the checkbox
The problem I am having is what event to use.
I see buttonclicked but that dose not work
I tryed selchange but it does not fire every time I toggle the checkbox
Sorry for posting this question in the wrong place before
I looked but chould not find an answer.
Look forward to a reply
thanks
For a checkbox in a grid control, you can use the OnBeginLabelEdit event.
that worked thanks sooo much!!