guriddo.support

Forum Replies Created

Viewing 15 replies - 151 through 165 (of 1,092 total)
  • Author
    Replies
  • guriddo.support
    Participant

    Hello,

     

    I’m not sure that I understand the question. What you mean with secondary sort?

    Guriddo Support Team

    guriddo.support
    Participant

    Hello,

     

    I suppose your data is local. It is not important if you parse the the data to integer, but it is important the definition in colModel – for this purpose you will need to define the sort type of the column.

     

    By default if there is no definition Guriddo sorts the data as text. In order to fix your problem you will need to set the property sorttype More on this you can find into the docs here

    The code should look like this

    Kind Regards
    Will

    Guriddo Support Team

    in reply to: align: center the “select all” checkbox in the header #127529
    guriddo.support
    Participant

    Hello,

     

    We have fix this problem for Bootstrap4.

    Thanks and sorry for delay in the answer.

     

    Kind Regards,

    Will

    Guriddo Support Team

    guriddo.support
    Participant

    Hello,

     

    The searchField, searchOper, and searchString field values are not present in filterToolbar method. These are valid only in certain cases in form searching (this is a old behaviour)

     

    Instead of this use the filters property and accept it in the server. I recommend you to read this docs Here we describe what is posted to the server when searching

    Kind Regards

    Will

    Guriddo Support Team

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

    Hello,

     

    For us it is working. We use not the latest version 5.15.1, but 5.14. It seems that the last version is not yes published online.

     

    We use the following CSS:
     

     

    Be a sure you have a icon_base : fas
     
    If you have problems, we can prepare a online demo
     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Columns with Commas in MultiSort #127505
    guriddo.support
    Participant

    Hello,

     

    Unfortunately column names can not contain commas in multi-sort, since the name with comma is treated as two names, because the separator  in multi-sorting is “,”.

     

    It is highly recommend that column names should contain only letters and numbers.

     

     

    Kind Regards,

    Will

     

    Kind Regards

    Guriddo Support Team

    in reply to: context menu with Suito PHP #127503
    guriddo.support
    Participant

    Hello,

    Everything that can be done in Guriddo JavaScript can be done in Suito PHP.

     

    Did you think something like this example

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Wrong symbols for sorting #127502
    guriddo.support
    Participant

    Hello,

     

    Thanks. We have fixed the problems

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Duplicate Groups in the Grid #127497
    guriddo.support
    Participant

    Hello,

     

    The problem you have is the sorted data that come to the grid.

    Since you data is not local and come from the server it should be first sorted to the grouped field – i.e in this case this is ItemGroup, but you one is sorted to ReceivedDate, which causes the problem.

     

    In order to solve the problem sort it first to ItemGroup and then to ReceivedDate in your sql statement.

     

    Kind Regards

    Will

    Guriddo Support Team

    in reply to: Can JQGrid work with SharePoint result source REST API #127490
    guriddo.support
    Participant

    Hello,

     

    Some notes on your last post.

     

    1. If there is a new problem different from the original one, please create new thread.
    2. It is highly recommended to specify version of Guriddo used . If you use one of its clone, please specify which one.
    3. It is highly recommended to have working example demonstrating the problem. Without this we can delay our answer too much, since we do not know your starting options, others js libs used and etc. – I hope you understand.

     

    Kind Regards

    Will

    Guriddo Support Team

    in reply to: Can JQGrid work with SharePoint result source REST API #127488
    guriddo.support
    Participant

    Hello,

     

    It is possible, but you should test the speed – maybe it is too much, but anyway you should try.

     

    Please, read carefully the parameters of the method – it can add data ac once instead of using loop.

     

    Kind Regards,

    Will

     

     

    Guriddo Support Team

    in reply to: Can JQGrid work with SharePoint result source REST API #127486
    guriddo.support
    Participant

    Instead of using F5 to refresh the new search you can use a button for this purpose. It really depend on realization.

     

    About adding your folder array – one possible solution is first to use the one array and then use addRowData method to add the rest of your data. You can use this approach if your array is relatively small.

     

    See the docs for addRowData.

     

    Kin Regards,

    Will

    Guriddo Support Team

    in reply to: Can JQGrid work with SharePoint result source REST API #127483
    guriddo.support
    Participant

    Hello,

     

    Are you using Guriddo jqGrid? It seems to me that you use the not supported free-jqGrid.

     

    Anyway we will help you.

     

    I think that in principle there is problem with constructing the job.

    What you do

    1. You call first trigger reloading grid – which reload the grid immediate.
    2. You do ajax call to build the result requestArr
    3. You create of jqGrid

    There is a some mismatch – you first reload the grid and then you create it.

    I suggest you to check the requestArr before it commes to the grid. It can be empty.

     

    In you case I can recommend you the following.

     

    Create firat the grid with empty data. If you want to but new data to the grid

    just do the ajax call with the following step

     

    Hope you get the point.

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Can JQGrid work with SharePoint result source REST API #127477
    guriddo.support
    Participant

    Hello,

     

    We really want to help you, but without any jqGrid code  and the response from the server we really can’t.

     

    As for the second problem. You should manage to make the search response from the server. If something is wrong from the server, check your server api code.

    You may refer to this docs

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Can JQGrid work with SharePoint result source REST API #127474
    guriddo.support
    Participant

    Hello,

    In order to see what is happen – can you please send us the response which causes the problem and the Guriddo jqGrid setup.

    This way we can see the problem that you have.

    Thank you.

    Kind Regards,
    Will

    Guriddo Support Team

Viewing 15 replies - 151 through 165 (of 1,092 total)

Stay connected with us in your favorite flavor!