This question is locked. New answers and comments are not allowed.
Hello, I appreciate any help here. I'm displaying a list of items using the grid control. The list comes from the model of a strongly-typed view. I've defined an onRowSelected() handler that grabs the currently selected item ID from a hidden column. However, I need to update other controls in the view with information from the selected list item. Since I can't access the model from JavaScript, to my knowledge, the JavaScript event handlers don't seem to do any good. There's no point in running an ajax query since the information has already been provided to the client as part of the model.