Thanks Oleg,
Sorry, but I missed this post. Will try to fix this today.
Best Regards
Tony
Hello,
Currently there are no public methods to do this – one simple possible solution is to set in setgridparam a relatuve
big number of records to obtain and
Hello,
I suggest you to use only inline edit or cell edit. Using both at the same time will cause unexpected results.
Regards
Hello,
A grid (treegrid) configuration will help and how look your row?
Regards
Hello,
This way of posting does not help anybody.
Please post your code on how you define the field and the best will be if you give us a link to the problem.
Which version of IE does not work, jqGrid version, jQuery version and etc – all these will help us otherviese
Hello,
Currently jqGrid is not tested with jQuery UI 1.9.
If you use jQuery 1.8.x does this problem exists?
Regards
Hello,
In order to see what you have, please use a FireFox FireBug and cosole.log the rdata something like this:
cellattr : function(rowId, cellValue, rawObject, cm, rdata) {
console.log( rdata );
}
The open the console to see the data.
Regards
Hello,
You can succefully use beforeSubmit event.
Regards
Hello,
Thank you very much for the code.
Instead I will not add this.
You can look at showLink as somthing like base formatter.
If you want something special it is better to add your own custom formatter,
which get the code from showLink Formatter.
Regards
Hello,
The problem here is that you have a jsonReader with repeat items set to true.
When the data is added in the loacal data array it is added by name.
In order to work this I would suggest you to use record data parameter (rdata) where it definition is with name:value pair.
The code can look like this
cellattr : function(rowId, cellValue, rawObject, cm, rdata) {
if(rdata['myfirstfield'] )== 'Stale'
Hello,
Use console.log to see the response.
I'm not sure that boolean true is evaluated as tru.
Try this in FireFox with FireBug installed
var editMessage = function(response,postdata){
Hello,
The PHP script demos are very old and they need to be updated.
Sorry for this. Do not know if I have time to do this, but anyway will try.
Kind Regards
Tony
Hello,
Yes this is possible. You can open unlimited grids.
Just use subGridRowExpanded event in a appropriate way. See demos with one grid.
Regards
Hello,
It seems to me you missed a
jQuery(document).ready(function(){
// here your code
});
when you try to run the grid.
I recommend you to learn the documenataion and moreover how to use a jQuery scripts.
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top