Sorry, but I still can't follow you. Which demo sample exactly you mean and from which website you downloaded it. It the demo examples which you use are created for working with jQuery 1.4.2, then I'm not wonder that the demos don't work with jQuery
Sorry, but it's absolutely another problem. You wrote “removing it,
I suppose that you have some problem with other JavaScript code of other Plugin which you use. The warning message
I think that one need to change $.fmatter.isUndefined(cellValue) to cellValue === undefined. See the commit. The corresponding demo is here.
Regards
Oleg
Hallo Tony,
I want first remind you that the problem is not yet fixed in the code of jqGrid on github. Additionally I found that getLocalRow don't call $.jgrid.stripPref method. It seems wrong.
If would be good to search for all cases of usage “.p._index[” in the code of jqGrid and to follow one common way of usage rowid and indexes in _index. The most close to the current code is the way where data parameter are used directly to specify input data and some non-empty idPrefix are specified. In the case id without idPrefix
Hello Tony,
I have seen the changes in TreeGrid. In any way one have to use one way of saving ids in _index. The most methods (like addRowData and setRowData) use the fact that _index contains ids with stripped prefix (see here and this lines together with another one
Hello Deep Shah,
the original question was about communication between the client and the server. One wanted “to get the column's data type in server”. The usage of formatters is local only. Moreover formatter
I am not sure which JSON data produce your code. I recommend you to read documantation
It's important to understand, that setGridParam method don't analyse implementation specific of any parameters which one can set. The code of the method is very short and simple (see here). It uses juse $.extend(true, …)
Hello Tony,
to be more specific I made some relatively simple modification of jquery.jqGrid.src.js which you can find here. It is not final code and I modified only code of addJSONData, but it shows how the implementation could be. All the following demos use almost the same code
$('#list').jqGrid({
Just one remark. The simple answer
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top