Hello,
I think that the problem is in the response from the server. Could you please check this. Every element is recalculated
Hello.
Maybe you can use the custom validation introduced in 3.6
Regards
Tony
Hello,
Do you have check in FireBug if the request is posted?
Also you should use load with care. Try to use the pure $.ajax and see the result.
Regards
Tony
Hello,
Thanks for the second. Will check it.
Best Regards
Tony
Hello,
In which browser. Do you use some modal widget? How and in which way do you call loadPropertyDefinition – is it a part from something else?
Regards
Tony
Hello,
Another posssible trick is to use a datatype as function if you have a array of the values as described in the first post.
This can be something like:
arraytreedata = [{….},{…}…]; // here the values. note that in this case jsonReader should be set as repeatitems to false.
$(”#mygrid”).jqGrid({
….
treeGrid: true,
datatype: function (postdata) {
var grid = $(”#mygrid”)[0];
grid.addJsonData(arraytreedata);
},
…
});
I think you see my point.
Regards
Tony
Hello,
Check what is new in 3.6 release and documentation. I have added a event after resizing a column.
Regards
Tony
Hello,
Could you please post your code and the response from the server?
Also a link to the problem is recommended.
Thank you regards
Tony
Hello,
Sorry, but I think that this is datepicker issue. The datepicke is attached in standart way. So could you please test it in a form without jqGridr. Do we have the same behaviour. (in order to test the non jqGrid form try to submit it with enter key)
Regards
Tony
Hello Sam,
Thanks for this – you are right. I will correct this.
One more words. One of the reason to have Wiki Documenation is that the users can change it and correct it and you are free to do this.
Best Regards
Tony
Hello,
Could you please try with 3.6 version of jqGrid
Thanks
Tony
Hello,
This is actually bug in sortable. Sortable rows can not be used in Chrome and Safari too. Will see how to fix it. There is a ticket in jQuery UI track, which is not resolved untill now.
Regards
Tony
Hello,
Could you please post the response from server?
Also another check – Open jquery.jqGrid.js with text editor and see the line
Modules: ….
Check if you have jquery.fmatter.js here.
Regards
Tony
Oleg,
Thanks . Fixed. Also removed new Date from data.
Best Regards
Tony
Hello,
There is no dataUrl for checkboxes.
You will need to provide this before calling the grid or (becouse they are only two simpe values) just to write
name:'id',index:'id', width:150, editable:true,formoptions:{ rowpos:1, elmprefix:”(*)”},edittype:”checkbox”, editoptions:{value:”Yes:No”}
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top