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

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -