Assuming I place a script such as this:
$(“#auctionList”).click(function() {
var key = $(this).getGridParam(“selrow”); // returns null if no row is selected
// how to get data from a given column
});
How can I reference a specific column and extract the current cell data?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top