tony

Forum Replies Created

Viewing 15 replies - 31 through 45 (of 7,981 total)
  • Author
    Replies
  • tony
    Keymaster
    in reply to: Excel export Rounding values #126268
    tony
    Keymaster

    @cgatling,

     

    First of all thank you for finding this problem and supply a fix for it – much appreciated.

     

    The only that stopped me to apply a fix is that the exported file is read correct in Linux Office Packages – like LibreOffice and OpenOffice, but despite this fact, I have made the fix suggested from you, since the most users using excel files origin from Microsoft Excel.

     

    I have refine your fix, since in case when the user use a custom formatter which return number the logic does not accept it. This can be easy seen if you replace in your code:

     

    with

    The fix is in GitHub and you can check it.

     
    Thank you again.
     
    Kind Regards,

    in reply to: custom items in column menu #126267
    tony
    Keymaster

    Kris,

    I think that at beginning of the next week you can do some tests.

    Thank you for this.

     

    Kind Regards,

     

    tony
    Keymaster

    Hello,

     

    Use setTimeout within the dataInit and it will work, but there is a problem wit position and visibility (z-index).

     

    Some possible resolution is here

     

    If possible use another plugin like maybe select2.

     

    Kind Regards,

    tony
    Keymaster

    Hello,

     

    Which search is used – dialog search or toolbar search?

     

    Kind Regards

    in reply to: Excel export Rounding values #126259
    tony
    Keymaster

    Hello,

     

    This is not a export problem, but rather Excel one. The maximum digits that can be accepted in excel is 15 after that everthing is rouned.

     

    More on this problem you can found here 

     

    To solve the problem one possible solution is to set the number like the example

    i.e as string as recommended in the most solutions.

     

     

    Kind Regards

     

    in reply to: Bug in responsive JQGRID #126258
    tony
    Keymaster

    Hello,

     

    Thank you for the detailed explanation. With this I can see that in this case there is a problem. We have plans to fix this within next days. Personally I will let you know about our solution.

     

    Thank you for using our product.

    Kind Regards,

     

    P.S. By the way the form editor has two modes – text and visual – maybe you use the text mode where new lines does not appear. Switch to Visual mode (in upper right corner) in order to have new lines

    in reply to: Bug in responsive JQGRID #126252
    tony
    Keymaster

    Hello,

     

    Thank you for the answer. I think the form editor is fine – maybe you copy paste some code from other forum editor, which causes the problem. Anyway this is a example code which works for us:

    Anyway I have answered your questions.
     
    In principle it is a good idea to put real working example which demonstrates

    the problem and point:
     
    1. Which version of Guriddo is used?
    2. Which version of jquery?
    3. Which CSS framework is used?
    4. in which browser is this happen?
    5. Is this happen only on mobile device?
     
    These base points are very important to solve the problem quick and professional.
     
    In your code I do not see full test case and answers of the above 5 basic questions.
     
    I apologize if this sound hard, but you should understand us that it is not possible to reproduce all user descriptions and problems described in a way you do.
     
    I hope you undersatnd our point.
     
    Kind Regards,

    in reply to: real time update with streaming data #126141
    tony
    Keymaster

    Hello,

     

    I find this task very interesting and have prepared a demo.

     

    The main idea is as follow:

    – The grid initially is loaded with loadonce : true. This instruct grid to load all the data from the response, and display only the number of rows set in rowNum parameter and switch to local mode.

    –  in gridComplete event we check if we have  data for update and if not we get the visible rowId and call the setInterval function which call ajax to get the  fresh data from these ids.

    –  in setInterval function we use setRowData, since I suppose that not only one cell per row will be updated. In case there is only one cell for update, then s setCell method can be used.

    – when the user do a pagging or sorting, before these actions we clear the interval function – i.e we disable update and , and clear the array with the current ids.

     

    Here is the demo

     

    Please let us know if this solves your prblem

    Thank you.

     

    Best Regards,

    in reply to: Roadmap update #126096
    tony
    Keymaster

    Hello,

    We have updated our Roadmap.

    Kind Regards,

    in reply to: jqgrid sort and freeze features #126095
    tony
    Keymaster

    Hello,

     

    We have updated our Roadmap.

     

    Kind Regards,

    in reply to: Date Picker Search on Select #126081
    tony
    Keymaster

    Hello,

     

    Since this is the most asked requirement last two months, I have added detailed article in our knowledge base

     

    Kind Regards,

    in reply to: Horizontal Scroll Bar on iPad Safari #125865
    tony
    Keymaster

    Hello,

    Thank you for reporting.

    Currently Guriddo jqGrid JS support only desktop browsers instead of Bootstrap support.

    You may want to use jqGrid Mobile for these devices.

    For us is very difficult to find such problems and for this purpose – can you please send us a full example demonstrating the problem including jqGrid code, data, libraries used and css used – i.e full  test case.

     

    Thank you.

     

    Kind Regards,

    Tony

    • This reply was modified 7 years, 11 months ago by tony.
    in reply to: custom_func causing wrong validation #125847
    tony
    Keymaster

    Hello,

    Everything is in your code. When custom check is on – the custom function is executed and jqGrid does nothing more.

    We do not have any message in our language file related to what you post.
    This message comes maybe from other plugin.

    I suggest you to simplify the code and see where is the problem (if this is a problem)

    Kind Regards,
    Tony

    in reply to: Excel export #125709
    tony
    Keymaster

    Hello,

    I understand your point and agree with you.
    Please write to the support in order to get the fixed update.

    Kind Regards,

Viewing 15 replies - 31 through 45 (of 7,981 total)

Stay connected with us in your favorite flavor!