Click here to Skip to main content
15,894,740 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
Dear all,

We are trying to pass <b>lblparameter</b> value into grid but here value is not updated

please help me out how to pass that lbl parameter value into jquery grid.



$("#ddlCMParameterEnterResults").change(function () {

 var stationName = $("#ddlCMParameterEnterResults option:selected").text();

  lblParameter = stationName;


jquery grid:

 script = "";


 script += "<tr><td align='center' style='width:5%'>" + data.d[i].SNO + "</td>
<td>&lt;textarea cols='15' style='width:10%' rows='1'<b>lblParameter.innerHTML</b</b>> + "'&lt;/textarea></td><td>&lt;textarea align='center' style='width:15%' rows='1'>" + data.d[i].Type + "&lt;/textarea></td><td>&lt;textarea align='center' style='width:20%' rows='1'>" + data.d[i].Position + "&lt;/textarea></td><td>&lt;textarea cols='25' style='width:20%' rows='1'>" + data.d[i].PARTICULARS + "&lt;/textarea></td><td>&lt;textarea cols='25' style='width:20%' rows='1'>" + data.d[i].DESIGN_REQUIREMENT + "&lt;/textarea></td><td>&lt;textarea cols='25' style='width:20%' rows='1'>" + data.d[i].CALIBRATOIN_RESULT + "&lt;/textarea></td>";
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900