Hello,
I think no, but you can use the datatype as function and have a decision to continue or not.
Regards
Tony
Hello,
As we say in the docs – trigger(“reloadGrid) – reloads the grid with the current parameters just asking again for data with the last settings in postData.
Best Regards
Tony
Hello,
This is true. Thanks. I know about this. The problem is in stripHtml function. It should be corrected.
Best Regards
Tony
Hello,
When we do unload we acctually create the grid again unbinding all events and etc.. After unloading and creating the grid again you should apply the resizing again.
Best Regards
Tony
Hello,
You are right, but in set in formedit we have additional 3 param. Will see – this should be done in cellEdit too.
Thanks
Tony
Hello,
This is true and I will correct this to be a string. The reason is that we can pass by example “*” asking all rows.
Thanks
Best Regards
Tony
Hello,
I think that there is another reason which make this happen maybe the elements at left to the grid.
Hello,
Thanks.I see this. Yes the behaviour is strange in FireFox too when we first resize the coumns so that horizontal scrollbar appear and when we try to sort column which is not visible – it is go to a bad position.
Regards
Tony
Hello,
You can look into the exmples, but your question is too common.
Regards
Tony
Hello,
Maybe you will need to use formoptions in order to cahnge the label in for editing:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules#formoptions
Regards
Tony
Hello,
Maybe you should use a custom formatter and use the third parameter which is the actual row data.
Look here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_formatter
Regards
Tony
Hello,
Look into the jquery.fmatter.js
Hello,
Done. You can download the 3.5.3 release from Download section – look at bottom
Regards
Tony
Hello,
No I mean diffrent – when you send data back to the client before sending it from the server you should do (PHP variant)
header(“Content-type: text/xml;charset=utf-8”);
echo response;
Hello,
What you mean – client side does not work? Do not understand. If you want this to work correct you should use a sorttype option in colModel.
About loading when datatype function – this is true, and the answer is – we do not know when the request will be finished in case of datatype function. I think this is reasonable approach.
If I can remember right there is solution for this in the forum.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top