I need to be able to click a link within the KendoUI grid and have it populate and <input> fields value. When I set up my jquery (below) everything works as planned, however, if I assign an ID to a link within the grid and try the same thing nothing happens upon clicking. If there is a solution please let me know. Thanks.
$("#grid").click(function (){
$("#CaseNumberValue").val('TSCFP029343');});
$("#grid").click(function (){
$("#CaseNumberValue").val('TSCFP029343');});