Hello,
What you try to get?
Are you using the Open Source component or the commertial one.
If this is the second case please post you problem here:
Regards
Hello,
Did you have read the docs?
It state: rawObject – the raw object of the data row – i.e if datatype is json – array, if datatype is xml xml node.
With other words in your case it is a xml node.
You can get the value of the node using the function: $.jgrid.getXmlData.
In your case this can be like this – get the po
Hello,
Since I find this bug critical I just have updated the build – i.e I have put the fixed version for download.
Regards
Hello,
A test case is highly apreciated.
I think you use a datatype local.
In this case it is highly recommendet to set a key:true option in the column which act as id.
Regards
Hello,
This is correct. Thanks – fixed.
Regards
Hello,
Thank anyway for the issue.
Could you please use the source code and make the changes clear so that we can see really the problem.
Regards
Hello,
Try with shrinkToFit option – see documentation.
Autowidth has effect only when the grid is constructed. After this it does not work as you want.
Regards
Hello,
Sorry to say this, but we can not help until we do not have a link to the problem or you can send us a simple test case which ilustrates the problem.
Thank you
Regards
Hello,
There is nothing bad with your fix, but before to implenent it it will bereally good to have a test case.
Thank you
Regards
Hello,
I have made the fix 
https://github.com/tonytomov/jqGrid/commit/c9304338b37bb57bea608356e0ec0a522b1366f2
Thanks
Regards
Or set the id in the response:
row1
row2
row3
Hello,
As I say the xml is not suitable for jqGrid.
You should configure the id row – i.e. thel the grid which is the id from thew response.
Please read here before to make any conclusions:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#xml_data
The easy way is to use this definition:
var colModelArray = [{name:'col1', index:'col1', sortype:'string', editable:false, key:true}];
Regards
Try with this loop instead:
…
for (var i = 0; i < TotalRows; i++)
{
var rowObj = $('#grid').getLocalRow(i);
debugStr = debugStr + “
“;
}
..
The response instread is not correct – there are miised tags for records page and etc.
Hello,
Humm, actally this is partial true. This means that something is wrong with your response or configuration.
That is the:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top