Hello,
Sorry but I do not have one too.
Could you please point me whare I can found the simulator in order to see.
Regards
Tony
Hello,
Currently no.
Regards
Tony
Hello,
set showAction to empty string. It seems like you use a very old language file.
formatoptions:{baseLinkUrl:'test.php',idName:'t',addParam:'&f=38', showAction:””}},
Also which version of the grid is used?
Regards
Tony
Hello,
Seems that everthing is ok. Could you please remove this from grid option:
pager: jQuery('#pager'),
The pager is not defined, but you point to it.
Do you have any error when you run this script?
Regards
Tony
Hello,
This seemed to be a CSS related problem. Also be a sure you load the correct css. If you have problem with this copy the css from the project that this work.
Regards
Tony
Hello,
Not sure what you mean with this.
Regards
Tony
Hello,
Not sure what you mean, but maybe getRowData method will return the desired result.
Regards
Tony
Hello,
The recreateForm option here should be set to true in order this to work.
Regards
Tony
Hello,
This is not perfect solution, but it will do the job.
Use the latest version. Here you can use the beforeShowForm event to remove this content.
In gridView mode every row is a combination of trv_ plus the name from colModel. So your beforeShowForm should look like this
beforeShowForm : function()
{
$(“#trv_act”).remove();
}
Regards
Tony
Hello,
In your example repeatitems is set to true. In order to work set it to false and set the id to be attribute:
xmlReader: {
Hello,
Sorry it is not a jqGrid problem
Regards
Tony
Hello,
Currently sorting is disabled when some row is edited with inline or cell edit.
Regards
Tony
Hello,
The export method return a string (xml or json) so you can post it to the server.
Regards
Tony
Hello,
The simple way is:
1.Construct grid
2.Use export as using
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top