Hi. I am using 2007 vol 2 and have Type=checkbox in the first column of my grid. I would
like to be able to trap an event on the client and highlite the row. I can't find an appropriate
event handler, though. CellClick doesn't work.
Any ideas would be appreciated.
Thanks
Review the help section Client-side cell behaviors where theres a topic called "Change a cells value in response to an edit in another cell" and in the client-side row behaviors theres an article on how to select a row on the client side.
if that doesn't help consider logging a support request with developer support
Thanks. I'll take a look, but I'm not having trouble trapping cell changes. I'm having trouble when there is a check box in the cell. The normal event doesn't get fired.