Hello,
It should work. How you set these properties?
In case of php you should
header(“Content-type: text/xml;charset=utf-8”);
before sending the xtml
Hello,
Check the response in FireBug if you use /Labels/5 – what return the server in this case?
Regards
Tony
Hello,
I will include custom validator in 3.6 where you can do what you want, since it is not possible to cover all user requests.
Best Regards
Tony
Use setLabel method
colMode:[
{name: 'Id', index:'id', width:50, hidden:true, xmlmap: “Id”},
{name: 'Record Number', index:'RecordNum', width:50, hidden:true, editable: false, xmlmap: “RecordNum”},
{name: 'Project', index:''Project'', width:50, editable: true, xmlmap: “'Project'”},
…
remove the editable false from hidden coulmns and the values will be posted
Hello
Thanks. The stripHTML function should be improved.
Regards
Tony
Hello,
Use other way to reload the page. jqGrid is just grid componenet and nothing more
Regards
Tony
Hello,
If you use the css from src directory you will need to include the jquery.searchFilter.css too.
See this:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install#development_installation
Regards
Tony
Hello
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:system
but it should work with jquery 1.2.6. (jqGrd 3.4.x and 3.5.x)
Hello,
Set in grid parameters
autoencode: true – See docs
Reagrds
Hello,
Tha dataUrl parameter should work. You will need just to check when you edit row if the url is correct and this url return the values.
Regards
Tony
What is ui.all.css and what is jquery-ui-1.7.2.custom.css – I think you should not use the ui.all.css
Regards
Hello,
could you please set the parameter
viewrecords: false,
and test. Please let me known if this work.
Best Regards
Tony
Hello,
You can use delData parameter to set additional static data, or use onclickSubmit event to add dynamically parameters to the posted data.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top