Very good!
Your last version looks really clear. I didn't read full code before with gi,si and ni are calculated. So I was too cautious
.
Thanks. I could already see the new code on github.com.
Regards
Oleg
You have to fill the information, which you will see in the footer, in the userdata. The userdata
Hello Stephen,
Default parameter of the function editGridRow are documented unter http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing#editgridrow. You can change the default values using
jQuery.extend(jQuery.jgrid.edit, {/* new default values */});
Default values of any parameters of editGridRow including all you listed can you change in the way.
If use use a parameter of editGridRow directly in the call of the function editGridRow or indirect as parameter of navGrid then will be used the parameters and not default values. So all is very easy.
I use for examples in all jqGrids which I use in inline or form editing recreateForm: true. So I included ovewriting default parameters in one JavaScript file which I load in all my pages (in my master page). It maks the code which I write for every grid shorter.
I see no performance problems with the usage of default parameters.
Regards
Oleg
Sorry, but your answer looks like: my pants are blue, my purse is broun. How much money exactly I have in the purse?
I coud answer on your question I have a jqGrid which is able to displayed in IE6. Is it helps you to solve your problem?
If you want a help from sombody you have to give enough information to reproduce your problem. You should post full HTML and JavaScript code of your application. If you get JSON data from the server, you should save the data as a text and post the data also. Then one could seve the data in a file and get simulate responce from your server with JSON data.
Regards
Oleg
P.S. I am just a user of jqGrid and I have not all old versions of jqGrid, so you should use last released version of jqGrid (3.7.2) if you want to have answer not only from Tony – the developer of jqGrid.
Hello Tomaž,
in my email I wrote “column 'category_entity_id' has index
It seems to me you try to maka a mix between minimized version of jqGrid 3.7.3 and one file grid.grouping.js
Hi Thierry,
Thank you for advice, but I have another problem. In my grid there are no hidden data and the data displayed correctly in the last released version of jqGrid 3.7.2. The problem is that the same grid with the same JSON data are displayed in a wrong way in the new 3.8 beta version of jqGrid. The same grid with the same data work also with old jqGrid 3.6.5: http://www.ok-soft-gmbh.com/jqGrid/Log365.htm
You welcome!
Everybody should have sometime vacation and a little time for his family.
Best regards
Oleg
If you will use integer data for 'ID' column and replace name:ID' to name:'ID' in the last version of the JavaScript code which you posted, the grid will be filled with data: http://www.ok-soft-gmbh.com/jqGrid/StudentGridData.htm (also with empty data and “KG” as integer).
Regards
Oleg
Hi Tony!
One more remark. The functions at the end of jquery.fmatter.js (isValue, isNull, isNumber, isString, isEmpty, isUndefined, isObject, isFunction) are defined as global and without any namespace! Is it what you want? Moreover $.isFunction use another implementation of isFunction: return toString.call(obj) === “[object Function]”; Is the way probably more safe?
Where more this global functions are used. One place is line 8 of grid.grouping.js. Where more?
Best regards
Oleg
Loading of additional attributes inside of xml file is not supported. If you want select a row or disable the server can place the information as a part of userdata. Then inside of loadComplete event handle you can read the information and do the changes in jqGrid which you need. My answer on a close question on stackoverflow could explain it more.
Regards
Oleg
Which data? Which version of IE? Which version of jqGrid you use? Without having full code example including HTML, JavaScript code and your JSON/XML data as a text file (if you use JSON or XML) nodody are able to guess wich problem you has and help you.
Regards
Oleg
Which data? Which version of IE? Which version of jqGrid you use? Without having full code example including HTML, JavaScript code and your JSON/XML data as a text file (if you use JSON or XML) nodody are able to guess wich problem you has and help you.
Regards
Oleg
Do you use 3.8 beta version? Do you loaded the last version from http://github.com/tonytomov/jqGrid/tree/dev ?
You should post code example which has problems.
About the documentation and examples. On the main page //. Do you write allways documentation and create more code examples for the beta versions of your program? Then you can wait a little till 3.8 will be rleased and the documentation will be changed to 3.8.
Regards
Oleg
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top