Hello,
Not sure if jqGrid can have all the features of spreadsheet. You can look in jQuery site for such plugin. If I remember there is such plugin.
Regards
Tony
Hello,
Thank you for this, but let wait for the bug fix release of jQuery 1.3.1 which will be next week.
Regards
Tony
Hello,
jqGrid uses a standart ajax call which by default is utf8. Check to see how you can overcome this – use loadBeforeSend in jqGrid to send custom headers or jQuery ajaxSetup for this purpose.
Also there is a nother parameter which you can use for this purpose the name of parameter is _search if true the find button is clicked.
Regards
Tony
Hello,
All localizations strings are in utf8. Do not set windows-1251, but utf-8 – i.e.
|
1 |
<<span class="start-tag">meta</span><span class="attribute-name"> http-equiv</span>=<span class="attribute-value">'Content-Type' </span><span class="attribute-name">content</span>=<span class="attribute-value">'text/html; charset=utf-8' </span><span class="error"><span class="attribute-name">/</span></span>><br /><br />If you can not use this edit the russian translation file correct it and save it with<br />windows 1251 encoding. Use the appropriate editor for this purpose.<br /><br />Regards<br />Tony |
Hello,
The gridDestroy method check itself if the grid exists first and then it performs the needed. Also if you look in the method there is something like
if( this.grid ) {
…
}
Regards
Tony
Hello Rob,
Thank you for this. Yes it is true. This is first attempt to solve the problem. I have try diffrent ways, but it either works in IE and not in other browsers and vice versa. Anyway I will try to resolve this. Maybe I need some help on this since I'm not a CSS expert.
Regards
Tony
Hello,
This is true and it is connected with tableDnD – check the blog for this plugin on how to resolve this issue.
Regards
Tony
Hello,
Maybe this will help:
jQuery(”#rpsrgrid”).editGridRow(”new”,
{height:180,
reloadAfterSubmit:true,
closeAfterAdd:true,
afterSubmit : function() {
// your code goes here
}
});
Regards
Tony
Hello,
It depends on how much data you add usind array. Of course if it is more than 500-600 records it will slow. The same will be a little quick (but not so much) if you use jsonstring.
Regards
Tony
Hello,
As of the docs the editRow has the following parameters.
editRow (rowid,keys,oneditfunc,succesfunc, url, extraparam, aftersavefunc,errorfunc)
Use succesfunc for this purpose.
Regards
Tony
Hello,
Currently it is hard to do that.
Regards
Tony
Hello,
Thenk you very much for this. I will see if I can include it in the final.
Regards
Tony
Hello,
Please check what is new in 3.4 beta1. There is a option for this functionality.
Regards
Tony
Hello,
Thank you. You are right. I think that this is maybe a datepicker problem.
Will investigate it deeper.
Regards
Tony
Hello,
Thank you. I will see this solution, but check to see if you are in Quirks mode. Try to use strick mode. I think that this is the problem.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top