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
475
Enabling Edit Template when Checkbox is checked
posted

I have a XamGrid that has a CheckColumn. How do I enable the edit template of another column if the value of the checkbox is checked?

This is how my XamGrid looks like:

https://ibb.co/cDRPBQ

When I check one of the box, how will I activate the edit template of the 'Import Action' column of the checked row programatically? The end result should look something like:

https://ibb.co/gkAZBQ

Thanks!