In attached web site there is a grid that has two BoundCheckBoxFields in columns Finalize and Reject.
I need to add client code so checking one checkbox making another checkbox in the same row invisible and
other way around unchecking make other in the same row visible again. Please update the site. I can't see needed references in documentation.
Thanks.
Hi mcseidel,
I'm glad you managed yo solve your issue.
Let me know if you have any other questions.
I found that Editing_CellValueChanged(sender, eventArgs) actually get fired on click and combine info in you post with some other findings to address the issue.
Thamks
Hello mcseidel,
The cell editing client-side events are not fired for Checkbox fields so I would suggest you to use the grid's Click event. For example:
Let me know if this helps.