|
Rank: Member Groups: Member
Joined: 11/25/2008 Posts: 22
|
is it possible to have a function kick off when the user checks off the box in a grid's checkbox cloumn? I can't seem to find any event that is fired when the checkbox item is clicked on.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
You can handle the Grid's ClientSideEndEdit with JavaScript. The property takes a JavaScript function name. Inside your function you can then do whatever you need to.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 11/25/2008 Posts: 22
|
do i have to have any other settings on the grid. the endedit doesn't appear to be firing when i click on the checkboxes.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
Please try the latest version. ClientSideEndEdit is not called for CheckBoxColumn in early versions.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 11/25/2008 Posts: 22
|
i'm using i'm using EO.Web Controls 8.0, is there a newer version available?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
It depends on your build number. We constantly post new builds. You can always check our download page to see the current build number.
Thanks!
|
|