Mark,
Thanks.
Some history: The first releases of jqGrid come with the script as provided from you. This of course was before two years – so we do not have Sfari 4 and IE7 was just born. The script does not work correct with some IE6 and Safari versions < 4.
(I do not have time to investigate why it work ok with some IE6 and for some does not)
Instead I will put it again. (back to the future
)
Thanks again.
Best Regards
Tony
Hello,
I will test this, but the first that I see in the code is that a DOCTYPE declaration is missing:
Please read this : http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install
Regards
Tony
Hello,
Since the nbsp is interpreted as empry value in jqGrid and the default value for the number and currenccy formatter is 0. Maybe you should put in formatoptions the defaultValue for number or change it in language file.
Regards
Tony
Hello,
Check your code. In the head section you do not close a script tag properly
|
1 2 3 |
<<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">"text/javascript" </span><span class="attribute-name">src</span><span>="</span><a href="http://avto.anfilada.ru/manager/js/jquery.contextmenu.js" target="_blank" rel="nofollow">js/jquery.contextmenu.js</a><span>"</span>> < <hr class="bbcode_rule" /> Close tag should be here<br /><br /></<span class="end-tag">script</span>> <br /><br />Regards<br />Tony<br /> |
Hello,
I do not think that this is a bug. Think a little.
You have a global setup for ajax- complete, but this complete event is then overwriten by the particular one in saveRow method.
Please read this
http://docs.jquery.com/Ajax/jQuery.ajaxSetup#options
Regards
Tony
Hello,
How look your response. Could you please send me a link to the problem?
Regards
Tony
Hello,
No special case. jqGrid by default insert this nbsp when there is no value.
Hello,
Load the language file grid.locale-XX.js before the jqGrid file.
Regards
Tony
Hello,
In some IE browsers you will have problems when you use the loader. Also load the needed modules in the head section of the html -one by one in order to work in all browsers.
Reagrds
Tony
Hello,
Please post the code and the server response after you expand the grid.
Regards
Tony
Hello,
Thanks. Already fixed.
Regards
Tony
Hello,
you can use onclickSubmit event in order to post what you want. See docs.
Regards
Tony
Hello,
Could you please provide a link to the problem or using http://jsbin.com/ to post the html page code.
Remember – full html page code.
Regards
Tony
Hello,
If you know the id of the row – it is easy:
$(“#rowid”,”#gridid).css(…);
or if you use classes
$(“#rowid”,”#gridid).addClass(“myclass”);
Regards
Tony
Hello,
If you are in add mode you can use the defaultValue in edit option defined like this
defaultValue : “1,3” or defaultValue : “One,Three” – both will work.
If you are in edit mode alll depends on data in the grid.
1. If the table cell is empty a defaultValue is used.
2. If the table cell is not empty a comma separated values are accepted which are selected in the form
So by example if the cell contain
Two, Three – the second and third options will be selected.
Reagrds
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top