Hello, I need help with how to select element which is build like this:
…
gridComplete: function(){
var ids = jQuery(“#userslist”).jqGrid('getDataIDs');
for(var i=0;i < ids.length;i++){
be = ““;
jQuery(“#userslist”).jqGrid('setRowData',ids,{action:be});
}
…
and then be able to do jquery events such as
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top