Hello,
It seems to be a bug. Will make tests about this.
Currently you can use “0” instead of 0
Thank you
Regards
Tony
Hello,
Create the grid before calling this function and set datatype : 'local' and all will be OK
Regards
Tony
Sorry
Have not that this should be updated
function doUpdatedata(){
var mystr = xmlDocdata.toString();
$(”#tabledata1″).setGridParam({datatype:'xmlstring',datastr:mystr}).
trigger(”reloadGrid”);
}
Regards
Hello,
function doUpdatedata(){
….
var mystr = xmlDocdata.toString();
$(”#tabledata1″).jqGrid({
Hello,
I do not understand!
Did you think grid as subgrid or just subgrid?
Regards
Tony
Hello,
This in not a jqGrid problem.
Search this forum with word encoding
Reagrds
Tony
Hello,
Post the code where you obtain the xml string from the service.
REMEMBER – You should first obtain the xml string, ensure that they is present and after that you can CONSTRUCT the grid.
See more about the ajax request – they are delayed and it is unknown
which is first finished.
Regards
Tony
Hello,
Yes this is possible – see exmples How can you do that. It is a good idea
first to read the docs
Regards
Tony
Hello,
How do you call clearSearch – do you have read the docs?
Also to have succes with clearSerach
you should
var cs = jQuery(“#filter”)[0];
cs.clearSearch();
Regards
Tony
Hello,
Check the encoding.
To see the result server side simple
do this
var_dump($responce);
This wil tell you where is the problem.
Regards
Tony
Hello,
Use FireBug console to see from where is called example.php.
Regards
Tony
Hello,
Could you please post the configuration and
the array data
Regards
Tony
Hello,
When using xmlstring the data after that is automatically set to local,
so you can not use the pager.
So to work this before reloading the grid do this
jQuery(“mygrid”).setGridParam({datatype:”xmlstring”}).trigger(“reloadGrid”);
Regards
Tony
Hello,
Thanks a lot.
I will include this in next release.
Regards
Tony
Hello,
Thanks
See this
http://www.trirand.com/blog/?page_id=18/bugs/internet-explorer-7-cell-editing/page-1
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top