Hello,
Your solution is to use json (to get data from the server) with loadonce true and then change the thing what you want
jqGrid({
…
datatype: “json”
loadonce: true
…
});
Regards
Hello,
I'm very interested to a see a test case for this?
Thank you
Regards
Hello,
Can you please make a demo in jsfiddle or post your full source code.?
Regards
Hello,
The first parameter in this case is calculated incorrect – I mean there is a bug.
Try with this code.
dataUrl
Hello,
editData is a option where you add a values usually only once when the formeditiong is initialized.
In your case you will need to use serializeEditData
Hello,
Thanks for clarification.
Regards
Hello,
Sorry for the question, but what you understand under ghost rows.
Any test case with this will be very helpfull.
Regards
Hello,
Such kind of bugs need a test case where a lot of things are know. We do not know to much here…
I think it miss several checks. Moreover, it would be usefull to autmatically hide the checkbox column when multiselect option is set to false (currently, I use $(“#grid”).jqGrid('hideCol', 'cb');)
Unfortunatley this is very difficult to achieve. Imagine we have a 100 of options – should we make such kind of checking when the parameter is changed dynamically with setGridParam – I think no – and you know why.
Kind Regards
Hello,
Well – there is documentation for this.
You will need to use serializeCellData .
You may need to look at this docs here
Regards
Hello,
You will need to configure jsonmap in colModel. See docsumentation and online demo. we have such examples.
Regards
Hello,
It is very difficult to be a sure if this is a bug. The best way to help is to prepare ae online test case, where we can look where the problem is.
Kind Regards
Tony
Hello,
Glad to help.
Hello,
Before to put image you will need to destroy the forzen column (there is a method for this – just look into the docs) and after set the image call again the setFrozen columns method.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top