Hello,
I do not have testted this, but you may need to replace the code
….
grid[0].addJSONData(d);
….
with
grid.jqGrid('setGridParam',{data : d }).trigger('reloadGrid');
Regards
Hello,
I have fixed the problem in GitHub.
Could you please let me know if this ok for you?
Thanks.
Best Regards
Tony
Hello,
Use setTimeout when you call the setGridwidth.
$(window).bind('resize', function () {
Hello Sara,
You maybe will need to publish your problem here
The error you have tell me that you do not have included the jQuery lib or the path to the lib is not correct.
Please follow these instructions in order to get idea what to do.
Also please visit the documentation pager here
Thank you
Best Regards
Tony
Oleg,
As ususal
Oleg,
Thanks again for the recommendation.
The demo is really very very old – (the client and server parts should be tottaly rewriten.
I have some time this and next week, so any ideas on how to organize change and design are welcome.
Kind Regards
Tony
Hello Oleg,
The addition is merged.
Tony
Oleg,
This is very interesting. Will perform tests in order to get feedback.
Best Regards
Tony
Hello,
Thanks. I have reproduced the problem.
In order to solve please set in grid options:
$(“#grid”).jqGrid({
…
deepempty : true,
…
});
The demo is updated.
Regards
Tony
Hello,
I really have dificulties to understand what you mean.
From where you get this code?
This code does not exists in jqGrid.
Regards
Hello Oleg,
Please add this method in the next request. I find it very usefull too.
I think that it should be added in grid.custom.js file.
Thanks
Tony
Hello,
What you see in grid is not what you get.
How is defined the field in the colModel?
Maybe you will need to see here
Regards
Thanks Oleg.
Fixed in GitHub
Best Regards
Thanks Oleg.
Merged in GitHub.
Bets Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top