OlegK

Forum Replies Created

Viewing 15 replies - 751 through 765 (of 968 total)
  • Author
    Replies
  • in reply to: grouping of XML/JSON data with repeatitems:false in the reader #95979
    OlegK
    Participant

    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 Smile.

    Thanks. I could already see the new code on github.com.

    Regards
    Oleg

    in reply to: Using ‘userDataOnFooter’ with xml Data. #95975
    OlegK
    Participant

    You have to fill the information, which you will see in the footer, in the userdata. The userdata

    in reply to: How to change the recreateForm #95970
    OlegK
    Participant

    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

    in reply to: why jqgrid can display in fire but IE cannot? #95968
    OlegK
    Participant

    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.

    in reply to: wrong column size and more in jqGrid 3.8 #95952
    OlegK
    Participant

    Hi Tony!

    I am glad that this but is so easy to fix.

    By the way the example HTML File

    in reply to: inline edit and select type #95939
    OlegK
    Participant

    Hello Tomaž,

    in my email I wrote “column 'category_entity_id' has index

    OlegK
    Participant

    It seems to me you try to maka a mix between minimized version of jqGrid 3.7.3 and one file grid.grouping.js

    in reply to: wrong column size and more in jqGrid 3.8 #95932
    OlegK
    Participant

    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

    in reply to: some suggestions from JSLint to jqGrid 3.8 beta #95927
    OlegK
    Participant

    You welcome!

    Everybody should have sometime vacation and a little time for his family.

    Best regards
    Oleg

    in reply to: Issue Sorting Json in jqGrid 3.6.1 #95926
    OlegK
    Participant

    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

    in reply to: some suggestions from JSLint to jqGrid 3.8 beta #95914
    OlegK
    Participant

    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

    in reply to: Disable or select a row from the server. #95910
    OlegK
    Participant

    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

    in reply to: why jqgrid can display in fire but IE cannot? #95909
    OlegK
    Participant

    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

    in reply to: why jqgrid can display in fire but IE cannot? #95908
    OlegK
    Participant

    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

    in reply to: jqGrid Documentation, Examples, etc. #95907
    OlegK
    Participant

    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

Viewing 15 replies - 751 through 765 (of 968 total)

Stay connected with us in your favorite flavor!