[1:50:29 PM] venki venkatesan: columns.Bound(e => e.QuantityPerAsset).ClientTemplate("input type='text' value='1' id='QuantityPerAsset' style='width:100px' />"); i am using this coding for insert text box in grid this is mvc cshtml page.suppose if i changed any other text box value in grid.that taked only first texbox value only.how to write on text value change in javascript.please send answer.
<input type="text" id="txt" onchange="myFunction();"/>
<script type="text/javascript"> function myFunction() { alert("function called"); } </script></script>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)