Hello,
I'm trying to pass a reference of a template'd checkbox in a grid to a Javascript function:
DisplayCheckbox looks like this:
I'm passing a reference of the checkbox in order to update the underlying model on check-change event. I'm already doing other work via an AJAX call. The update of the underlying datasource is to simply allow for sorting to work until the next page refresh.
If I'm going about this bass-ackwards, can you point me in the right direction to go? If I am on the right track, you probably caught that I can't pass 'this' using the '#= ... #' template render directive. How would I do that?
Thanks