OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Raymond Barlow on July 25, 2012, 02:09:30 PM

Title: Checkbox in Grid control
Post by: Raymond Barlow on July 25, 2012, 02:09:30 PM
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
Title: Re: Checkbox in Grid control
Post by: owenwengerd on July 25, 2012, 02:32:42 PM
For a checkbox in a grid control, you can use the OnBeginLabelEdit event.
Title: Re: Checkbox in Grid control
Post by: Raymond Barlow on July 25, 2012, 02:43:40 PM
that worked thanks sooo much!!