Hello,
Of course it is a object. You should know the name in order to obtain the value
Example:
echo “This is myname”;
echo “This is user name”;
JS
var hinweis = $('#kundenstamm_ed').getGridParam('userData');
alert(hinweis.myname) – > This is myname
alert(hinweis.username) – > This is user name
Did you see the diffrence?
Hello,
Thanks. This is the right fix. Also it fixes some other issues.
Best Regards
Tony
Hello,
Not sure if this will be default. In this case the developers should place additional the sorttype option and etc.
Also it is good that you have to do this with minimal code.
The main concept of jqGrid is not to give ready solutions, but rather possibility to do evrething what you want.
Regards
Tony
Hello,
Could you please set so that formatCell return the value – i.e
formatCell : function(rowid, cellname, value, iRow, iCol)
{
// do something here
return value;
}
Regards
Tony
Hello David,
Yes you are right. In the next major releases I will try to correct this and add a more power to the local data manipulation
Regards
Tony
Hello,
Could you please load landuage file before jqGrid and test.
Regards
Tony
Hello,
Could you provide a test case. A link to the problem will be very helpfull.
Best Regards
Tony
Hello,
Thanks. Fixed. (not jet in GitHub)
Best Regards
Tony
Hello,
Could you please give a link to the problem or if this is not possible send the configuration to me in order to test.
Thanks
Regards
Tony
Hello,
Yes – there are plans for this, but not for 3.6 release.
Regards
Tony
Hello,
Just to know – I have try to add this feature, but as usuall all IE browsers make me not happy.
Best Regards
Tony
Hello,
The contribution can be done diffrent ways.
There is a GitHub, where you can put your code. If this is difficult to you you can send me the code.
I will think how to make custom editor (edit type), but it will be better if you have allready the code and want to publish it.
Thanks
Best Regards
Tony
Hello Kuzguni,
Could you please provide test case – link or code?
Also please check how you format your user data when you use xml. Please read the docs – chapter Retrieving Data
Regards
Tony
Hello,
Please consult the documentation for the appropriate method.
Regards
Tony
Hello,
If this is the case it will be quite easy.
Suppose we have only one or two roots and the rest of the hunderts elments is in child nodes and so on?!?
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top