Hi Team,
i have a jqxgrid populated with json data coming from database, which is fine till now.
also have another excel with me with modified data other than the one got from db to grid.
ie, i have sno, name, marks fields in jqx grid populated from db, in excel i have new set of marks for the same sno, name.
here i need to select only the marks columns values of 4 or 5 cell values from excel and able to paste in the column cells of marks in jqxgrid.
How to achieve it.
In short i need to drag/select multiple cells of single column and able to paste the values into those selected cells and update back to database.