I’m using jqGrid and I need to post a value from a cell that is not editable when I do inline editing.
I tried using:
editData: {
proiect: jQuery("#Id").getCell(jQuery("#Id").getGridParam('selrow'), 'ColName')
}
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am not sure that I understand you correct. In any way
editDatais the property which can be used in case of form editing (see the documentation). If you need to send some additional information to the serverextraparamorserializeRowData. The exact implementation depend on the way in which you use inline editing. For example if you calleditRowdirectly inside ofonSelectRowthen you can do the following