Hello,
To complex solution.
You will need just to write some server side logic when sort is performed. Just read what we pass as parameters when we do sort.
Regards
Hello,
This is not a bug. Please read the docs. We do not pass any parameter to onClickButton.
You will need to use getGridParam to get the id of the selected row.
Regards
Hello,
Please post your problem here.
It seems You use the commertial PHP component.
Regards
Hello,
The problem is fixed from long time.
Regards
Hello,
If you look here you will find the answer.
Regards
Hello,
You will maybe use serializeGridData event.
Please read th docs.
Regards
Hello,
Please read the installation instructions.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install
You shouls place the order of the loading modules in right order
In your case you will need maybe to reverse them.
Regards
Hello,
Try this
function gridReload()
{
var cd_mask = jQuery(“#ProgramName”).val();
return “fetchquestionsdata.asp?prid=”+cd_mask+”&q=1″;
}
Regards
Hello,
Yes if you disable the sorting on that column.
Regards
Hello,
Thanks. It seems to be a problem with grouping module. I will check this issue.
Regards
Tony
Hello,
I'm not sure that this is true.
In order to test You will need to put your entrie grid configuration and your double click event
Regards
Tony
Hello,
It seem you do not have included the grid css file. Please verify this.
Regards
Hello,
look here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:navigator#definition
since you know the id of the button you can just use hide/show.
Regards
Hello,
It seems to me that you should concern not on the “grid delData bug”, but rather on what are the dynamic values you ask when you lunch deleting a grid row.
Agian the simple test is try to see if these values exists during this call.
By example you can get the dynamic values from edit in order to see that everthing work ok.
Happy debugging. 
Kind Regsrds
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top