jqgrid - Get Grid Column value from Jquery -
i tried column values jqgrid. not possible. 1 can pleasure.
var age = $("#list").find(columnname).html();
this shows undefined..
i recommend use getcol method (for example in simplest form of usage: $("#list").jqgrid("getcol", "columnname")). allows array of values specified column of grid or array of objects id , value properties. see the documentation more details.
Comments
Post a Comment