Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2490
WinGrid with CheckBox
posted

Hi,

I have a grid with CheckBox.

EveryThing is good.

But I want change value only when the user click on the small square.

Now the data change if the user click any where on the cell.

 

Francois.

 

Parents
No Data
Reply
  • 53790
    Suggested Answer
    posted

    Hello Francois,

    There are different approaches to solve this task. I made small sample for you where I`m using MouseEnterElement and MouseLeaveElement events. Please take a look at the attached sample for more details and let me know if you have any questions.

    Regards

     

    WindowsFormsApplication7.zip
Children