|
Rank: Advanced Member Groups: Member
Joined: 3/16/2010 Posts: 101
|
Hi,
I have a grid with a checkbox column and I would like to trigger a javascript function after having changed a checkbox value by clicking on it.
I have tried onclientselecteditem with fullrowmode=false, but it does trigger the call before the value can be changed. Is there a way to change the value of the checkbox and trigger a call with just one click?
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
If you use the latest build, I believe you can handle the GridColumn's ClientSideEndEdit event to be notified when the checkbox state changes.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 3/16/2010 Posts: 101
|
Thanks for your quick answer. I did try this with my currently installed build (8.0.25.2) and it did not produce the result I wanted (did not trigger the event). I will give a try to the latest build.
Thank you, and season's cheers
|
|