I found an answer here:
/blog/?page_id=393/bugs/jqgrid-loadonce-problem/&value=loadonce&type=1&include=1&search=3&ret=all
I need to change datatype to 'local'
jQuery Grid won't let you rotate labels and this looks to me more like a scatter plot, not grid.
Tony,
If I use datatype as function and want to sort the grid, can I use sortGrid() or do I have to sort the data myself and then call addJSONData()?
I see this is in the new release 3.6.3.
Thx
tony said:
Hello,
Now I see what you mean exactley – if I understand rigth. The problem is that in loadComplete you do not have acces to the data, while with custom data type before using addJSONData you have access to all rows before inserted into the grid.
Glad that datatype function helps.
Best Regards
Tony
Yes, datatype as function works for me, but I don't see the 'Loading..' message.
You can use datatype as function to check the data.
Tony,
I'd like to see an option (function) that returns title for the cell.
I noticed that row mouseover can be slow.
Stefan, you can use
Using
This solutions is not very efficient because the response needs to be parsed twice.
I was looking for a method to access the already parsed row data.
afterInsertRow() provides row data for the current row, but I need to access any row (not just the current one).
However, there are still too many typos in the code and the doc, here's an example:
var childern = $($t).jqGrid(“getNodeChildren”,record);
>>
Tony, thank you for this update.
Tony, hi!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top