Hello,
First of all thank you for the good explain. Yet I have not tested this problem, but I'm sure that it is as described above. This evantually will happen in Chrome.
You are right the – form is just in the DOM and it seems that it has a focus, which causes this.
I will correct the problem
Thank you very much
Best Regards
Tony
Hello,
Welcome to jqGrid!
The depended listbox case is discussed many times here. There is solution posted from me. Just serch for it.
Short you should use dataEvents to bind a change event.
Best Regards
Tony
Hello,
I'm not sure, but this maybe should be addressed to the creators of this plugin (Maybe they say the same – that you should address the problem here)
Also short – I never worked with struts2, so I can not help. Try to see what options in the grid are diffrent from those set in the struts2 plugin. Maybe you will look here
where the autoencode by default is false, but in this plugin is set to true.
Not sure if this will help a lot, but..
Best Regards
Tony
Hello,
You should just add another options which will do the job for you
set in colModel – formatter:”select”
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:predefined_formatter#formatter_type_select
Best Regards
Tony
Thanks Lynn,
We are always listening and trying to improve.
Best Regards
Tony
Hello,
try this after the grid is initialized with multiselect true
$(“#mygrid”).jqGrid('hideCol','cb');
Best Regards
Tony
Hello,
Thanks.
Did you try the script?
Also I know that using eval is not safe.
I will see if we can done it better. Thank you for the link – it help me to understand another way of doing this and maybe we will change this behaviour.
Best Regards
Tony
Hello,
You should:
1. set the encoding in the html file
2. set encoding in the connection
3. and at last, but not least set header(“Content-type: text/xml;charset=your_charset_here”); in case of PHP
Hope this helps
Best Regards
Hello,
Try to use triggerToolbar with setTimeout.
Best Regards
Tony
Hello,
Did you mean that there is a problem?
Best Regards
Tony
Hello,
Thanks.
Seems reasonable, but if you close the page at another moment maybe another error will apper.
For now this will stay so.
Anyway thank you very much for this.
Best Regards
Tony
Hello,
It is a simple – from where comes this
$responce->userdata['cur_amount'] = $amttot;
$responce->userdata['int_reference'] = 'Totals:';
Then try to recalculate $amttot for the entry column.
Best Regards
Tony
Hello
Klaus, Thank you for the good explanation.
Short this is a bug
Hello,
Try to use datatype as function. See examples.
Best Regards
Tony
Hello,
Forgot to say that the setGridwidth should be set on both
Try this
loadComplete: function ()
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top