We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How to set the updatemode to a checkbox column in a gridtreecontrol

Good day,

I have a GridTreeControl to which I added a checkbox column.  I would like the checkbox to update the undelying property when it is checked, not on it's lost focus.  The GridTreeControl updateMode does not work in this case either and if the control loses focus, the property change does not trigger either.  Is there a way to do this?

Thank you for your time

Mathieu

1 Reply

JS Jayapradha S Syncfusion Team April 8, 2014 01:49 PM UTC

Hi Mathieu,

 

We apologize for the delay.

 

We have analyzed your query with our sample and PropertyChanged Event triggers when the value is changed in checkbox.

 

Here, you need to Set UpdateMode as PropertyChanged and NotifyPropertyChanges as TRUE as shown in the below code snippet:

 

Code Snippet:

UpdateMode="PropertyChanged"

NotifyPropertyChanges="True"

 

Refer with the attached sample.

Kindly let us know if this solution helps you.

 

Regards,

Jayapradha


Attachment: CS_e395c812.zip

Loader.
Live Chat Icon For mobile
Up arrow icon