Hi Tony,
is there any way to attach and fire a custom function on multiple records like delGridRow. Basically I want to activate or de-activate a set of selected users. SO right now ,i can get the list of selected row id's and am passing them to a customised delGridRow(which is not right). So what I have now is :
function funcDelUsers()
function funcActivateUsers()
function funcDectivateUsers()
and all of then are using the following piece of code with different values for caption,msg,bSubmit, url
var gr = jQuery(“#usersList”).jqGrid('getGridParam','selarrrow');
if( gr.length > 0 ) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top