guriddo.support

Forum Replies Created

Viewing 15 replies - 136 through 150 (of 1,092 total)
  • Author
    Replies
  • in reply to: About display of dummy record. #127596
    guriddo.support
    Participant

    Hello,

     

    Thank you for the replay.

     

    We have updated our demo site to the latest version, so you can see that the problem is fixed.

     

    Could you please contact us at: support at guriddo.net in order to get instructions.

     

    Thank you.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: About display of dummy record. #127586
    guriddo.support
    Participant

    Hello,

     

    Which version of jqGrid is used?

    Can you please point us to a example which demonstrates the problem?

    Without example for us is very difficult to reproduce every user problem.

     

    We are unable to reproduce these problems in version 5.5.4 – some of these problems are fixed in our last version see here

     

     

    Thank you.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: master – detail problem #127581
    guriddo.support
    Participant

    Hello,

     

    Your problem is in the code

    You should execute either

    $grid->queryGrid();

    or

    $grid->renderGrid(…);

    but you execute both.

    With other words comment $grid->queryGrid(); command

    Try to understand every command that is executed.

    MakingĀ  copy/paste is not a good practices.

     

    The trial demo is updated and you can get it from our download section

     

     

    Kind Regards,

    Will

     

    Guriddo Support Team

    in reply to: master – detail problem #127578
    guriddo.support
    Participant

    Hello,

     

    Your problem is that the variable $rowid is used not in setColModelOnly, but in renderGrid. In this command is actually the solution of your problem.

     

    With other words if you want to pass diffrent parameters you should pass it either in setColModel and in renderGrid.

     

     

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Cell Edit and Inline Edit click out #127577
    guriddo.support
    Participant

    Hello,

     

    This depend on your implementation when a row is edited using the onSelectRow.

     

    The demo shows the following:

     

     

     
    The command that restores the row here is
     

     

    if you replace it with

     
    the desired behavior will be meet.
     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: How to specify timezone for date fields? #127574
    guriddo.support
    Participant

    Hello,

     

    Unfortunately no – the formatting is standard and we can not change it. Eventuaally we can add the P option.

     

    Regards,

    Will

    Guriddo Support Team

    in reply to: How to show date value as per client timezone? #127570
    guriddo.support
    Participant

    Hello,

     

    You do not need to write this question two times. See my previous post.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: How to specify timezone for date fields? #127569
    guriddo.support
    Participant

    Hello,

    This is possible and depend on your need.

    First of all your setting srcformat: ‘U/1000’ is not correct and Gurddo will not recognize this format. You should perform calculations for the Unix timestamp before to pass the data to jqGrid.

    1. First option is to show the time offset without to inform user about this. This is done with the settings userLocalTime set to true in format options.

    2. You can use either the option O or T newformat. In this case userLocalTime should be set to false

    or

    The T option give more information.

    Everthing is explained into the documentation

    Kind Regards
    Will

    Guriddo Support Team

    in reply to: jqgrid 5.5.2 problem after downloading a file #127564
    guriddo.support
    Participant

    Hello,

     

    Thanks. We are not aware of this problem in 5.5.2 version.

     

    Kind Regards,

    WIll

    Guriddo Support Team

    in reply to: jqgrid 5.5.2 problem after downloading a file #127562
    guriddo.support
    Participant

    Hello,

     

    We can not reproduce your problem, since we do not know anything.

     

    Please prepare a WORKING demo, so that we can see what is happen.

     

    Thank you

     

    Kind Regards,

    Will

    Guriddo Support Team

    guriddo.support
    Participant

    Hello,

     

    We have fixed the problem. If you want to test the fix, please let us know on the support e-mail.

     

    Kind Regards,

    Will

    Guriddo Support Team

    guriddo.support
    Participant

    Hello,

     

    Thank you for demo.

    Should I suppose that your question is that this should not happen or…?

    I see that there are other keys that should be disabled too – Home, End, Ins, PgUp, pgDn,

     

    We will try to fix this in the next days.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Excel export and $ (excel parser) error in exported file #127553
    guriddo.support
    Participant

    Hello,

     

    In your replace_format function for that field you will need to replace the comma too in order excel to parse the data correct.
     

     
    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Sort Icons with Font Awesome 5 #127539
    guriddo.support
    Participant

    Hello,

     

    Here is the example.

     

    Kind Regards,

    Will

    Guriddo Support Team

    guriddo.support
    Participant

    Hello,

     

    Again I’m not sure that I undersatnd correct the question.

     

    Maybe you want to use multi sort function – see here

    multiSort property or maybe you want to apply your custom sort function. See docs for custom multisort.

     

     

    Regards,

    Will

    Guriddo Support Team

Viewing 15 replies - 136 through 150 (of 1,092 total)

Stay connected with us in your favorite flavor!