|
Rank: Advanced Member Groups: Member
Joined: 9/6/2007 Posts: 133
|
I have a CheckBoxColumn within a grid, and I set the ClientSideEndEdit property to trigger a javascript function. However, the javascript function is not triggered when the checkbox is checked or unchecked. Is there a way to make ClientSideEndEdit work with a CheckBoxColumn?
Thank you.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I don't believe there is a way to trigger an event when a CheckBoxColumn is clicked in the current version. We will look into it and see if we can add that.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have posted a new build (2007.0.50) that supports ClientSideEndEdit on CheckBoxColumn. Please download it from our download page and let us know how it goes.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 9/6/2007 Posts: 133
|
Cool! Thanks for taking my request seriously, and reacting so quickly. I had implemented a sort of convoluted solution using a CustomColumn, but this is much cleaner. Thanks again.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Great. Glad that the new build helps!
|
|