How to get a jqGrid selected row cells value

First you can get the rowid of the selected row with respect of getGridParam method and ‘selrow’ as the parameter and then you can use getCell to get the cell value from the corresponding column: var myGrid = $(‘#list’), selRowId = myGrid.jqGrid (‘getGridParam’, ‘selrow’), celValue = myGrid.jqGrid (‘getCell’, selRowId, ‘columnName’); The ‘columnName’ should be the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)