Hello Tony!
Could you find time to look in my suggestion, so that the corresponding bug fix could be included in the next release of jqGrid. I posted demos which reproduce the problem and which demonstrate that after changing only one line of the jqGrid code the problem could be fixed.
Thank you
Oleg
Hello Candra,
Sorry, but I am just a user of jqGrid. I started with JavaScript development and with jqGrid about 1,5 year ago for one project. Because I studied JavaScript and jqGrid quickly and in the next project (like in all before) I don't need it, I started to answer to the question of other people mostly to keep and to expand my current knowledge in JavaScript and jqGrid. Slowly it becomes my hobby to help other people to use jqGrid. I answer on different jqGrid question in
Hello,
I supose that you use the same id for all grid rows. The row id must be unique, then you will not have the descibed problem.
Best regards
Oleg
The usage of rowNum equal to -1 or other negative value is wrong and not supported (at list for local jqGrid data). If you look at the documentation you can see that the sentance about -1 value is removed. You can use any large value instead (1000, 10000), but it is strictly recomended to use small values of rowNum which follows to data pagination. It is much more effective and comfortable for the user. No display can show 1000 rows at once. Scrolling of data inside web browser is less effective as jqGrid pagination. Moreover no real person are able to read and analyse so many information items. The usage of toolbar searching, advance searching and other searching possibilities of jqGrid could provide together with the local pagination the best user expirience.
Best regards
Oleg
Hi fung,
I am
Thank you very much Scott!
It is very hard to here, but the forum software has really hard and evil bug. I tested carefully my code before past it here. Of cause I didn't verify the code character per character after the pasting. Not I see that from the original RegEx
|
1 |
"^\/Date\\((([-+])?[0-9]+)(([-+])([0-9]{2})([0-9]{2}))?\\)\/$" |
4 characters (4 backslashes) was cut and we have the text
|
1 |
"^/Date\((([-+])?[0-9]+)(([-+])([0-9]{2})([0-9]{2}))?\)/$" |
in the code of jqGrid 3.8.2. Please try one more time with the RegEx
|
1 |
"^\/Date\\((([-+])?[0-9]+)(([-+])([0-9]{2})([0-9]{2}))?\\)\/$". |
I don't verified other parts of the code. I'm really frustrated. Moreover curently I have less free time as before.
It all will works OK.
I hope Tony will read the post and fix the code of jqGrid. If he write no comments in the next 7 days I'll post a new bug report.
Best regards and thanks one more time
Oleg
Hi Olaf,
your question is difficult, but I found it interesting. So I prepared the demo which demonstrate the idea, how to solve the problem. Try to search in the grid for the string benevise and you will find also the string b
Hi Cas,
it would be nice if in the next vesrion of jqGrid custom tooltips could be defined as a function in the colModel. If I'll find time I will post the corresponding suggestion to the grid.base.js code, or you can do this youself. Currently it is not possible. So you have to either define a simple custom formatter or reset the title inside of loadComplete or gridComplete function (you can combine the last way with the title:false colModel setting) with respect of setCell method (see this old answer) or use jQuery.attr (see also this answer as an example which place tooltips for rows and not for cells).
Best regards
Oleg
Hi Gunjan,
you should use hidden:true instead of hidedlg:true, which has another meaning.
Best regards
Oleg
Sorry Scott,
but if you will read carefully the current thread, .NET DateTime format are supported starting with jqGrid 3.8.2 and not exist in jqGrid 3.8.1 which you use. Moreover in the code which I suggested and which is included in jqGrid 3.8.2 the msDateRegExp is already defined as
var msDateRegExp = new RegExp("^/Date((([-+])?[0-9]+)(([-+])([0-9]{2})([0-9]{2}))?)/$");
So it seems to me you should just use jqGrid 3.8.2.
Best regards
Oleg
Hi Paulo,
first of all the last modification which you made
Try to use ignoreCase:true option of jqGrid.
Hello paulojsp,
It is difficult to me to help you because your test page is very very dirty. For example you include the files
http://parkcars.info/templates/teste/css/style.css
http://parkcars.info/templates/teste/css/form_rectif.css
http://parkcars.info/templates/teste/css/pro_drop_1.css
http://parkcars.info/templates/teste/css/front.css
http://parkcars.info/templates/teste/css/ss.css
http://parkcars.info/templates/teste/css/botao.css
http://parkcars.info/templates/teste/js/jquery.tipsy.js
http://parkcars.info/templates/teste/css/style.css
which not exist.
Then you load many times different version of jQuery UI (!!!). Here is the load order:
http://parkcars.info/media/icms/v01/js/jquery-ui-1.8.custom/css/mktazul/jquery-ui-1.8.1.custom.css
http://parkcars.info/media/icms/v01/js/jquery-ui-1.8.custom/js/jquery-ui-1.8.custom.min.js
http://parkcars.info/media/icms/v01/js/jquery-ui-1.8.6.custom/js/jquery-ui-1.8.6.custom.min.js
http://parkcars.info/ after the http://parkcars.info/media/icms/v01/js/jquery.jqGrid-3.8.2/src/grid.loader.js, but it run
Hello Candra,
Happy New Year!
You say that if you select 'All' in the
Hi paulojsp,
On the page http://formar.inweb.pt/?com=cursos&act=disponiveis you load jqGrid twice: one time as http://formar.inweb.pt/media/icms/v01/js/jquery.jqGrid-3.6.2/js/jquery.jqGrid.min.js and another time as http://formar.inweb.pt/media/icms/v01/js/jquery.jqGrid-3.6.2/src/grid.loader.js. So it is not good example.
Best regards
Oleg
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top