Hello,
Use navButtonadd and use your own rules – also you can use delRowData to delete the row from grid.
Regards
Tony
Hello,
Try to use shrinkToFit : false for the subgrid. I will check this issue.
Thanks
Regards
Tony
Hello,
Download the last update from GitHub and use the beforeSelectRow event to obtain the id and the content of the link.
Regards
Tony
Hello,
Download the last update from GitHub, then do the following
$(“#mygrid”).jqGrid({
…
cellEdit: true,
beforeSelectRow : function(rowid) {return false;},
ondblClickRow: function (rowid, iRow,iCol) {
Hello,
After apply click you should return false – ie.
$(“#mybutton”).click(function() {
// here your code
return false;
});
Hello,
Is this row edited before – i.e before call saveRow you should call editRow.
Regards
Tony
Hello,
Yes it is resolved.
Regards
Tony
Hello,
Add this function for add options too.
Hello,
What you mean display properly?
Yes, you can use what you want dialog.
Best Regards
Tony
Hello,
look in the css and after you load the jqgrid css file do
|
1 |
<span class="nc">.ui-jqgrid</span> <span class="nt">tr</span><span class="nc">.jqgrow</span> <span class="nt">td { white-space: wrap}<br /><br /><br />Regards<br />Tony</span> |
Hello,
Be a sure to load the needed css. See install.txt
Regards
Tony
Hello,
What about using the build in json_encode and json_decode – also refer to php docs.
Regards
Tony
Hello,
The passed parameters in setColumns is good to be passed this way
var param = {top:100,left:200,modal:false,drag:true}
$(”#list”).setColumns(param);
Also be a sure that the css is loaded
Hello,
Publishing the code in your case is recommended.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top