guriddo.support

Forum Replies Created

Viewing 15 replies - 16 through 30 (of 1,092 total)
  • Author
    Replies
  • in reply to: Adding Rows and Searching with foriegn keys #128191
    guriddo.support
    Participant

    Hello,

     

    At first look this to work is needed to modify your SQL like this

     

    And activate the formatter option in setSelect

    This way you can use the normal select for search on index.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Adding code in the Forum #128179
    guriddo.support
    Participant

    Hello,

     

    We apologize for this. This is due to the recent changes in WordPress and the plugins used.

    For now you can mark Paste as Text and then select the pasted code  and use code from Format menu.

     

    We will try to find better syntax highlighter.

    Thank you for attention on this problem.

     

    Kind Regards,

    Will

    Guriddo Support Team

    guriddo.support
    Participant

    Hello,

     

    If I correctly undersatnd the requierment you can try with this CSS setting.

     

     

    Kind Regards,

    Will

    Guriddo Support Team

    guriddo.support
    Participant

     

    Hello,

     

    Thank you for the test  case. It is much easier  to solve this way the problem.

     

    The problem appear in subGridBeforeExpandRow which triggers a click which actually forces the expandGridRow (Catch 22)

     

    To solve the problem use the following trick:

     

    Guriddo Support Team

    guriddo.support
    Participant

    Hello,

     

    Such kind of description of the problem will not help you.

     

    In order to get quality support you will need to prepare a working test case.

     

    You can publish it here, send it to support team or prepare online version.

     

    Please note the phrase  – working test case

     

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Custom Search Form for Pivot Grid #128132
    guriddo.support
    Participant

    Hello Ken,

     

    Thank you for the feedback and glad to hear that it works as expected

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Custom Search Form for Pivot Grid #128127
    guriddo.support
    Participant

    Hello Ken,

     

    I think you missed my first post that when once created the pivot grid does not make any request to the php file.

     

    I will explain it in detail.

     

    In your case, when you include for the first time the file leaderboard.php  in the index file it creates the pivot definitions and the grid is constructed without data. After it is created it send request ONLY ONCE to get all the needed data.

    When data comes to grid it is transformed and there are NO MORE REQUESTS to leaderboard.php  file. The grid is now in local mode. This can be easy seen if you try to sort, do a paging and etc – no requests to the server.

     

    Because of this in order to do search, local build should be done like in our demo. No PHP code – only JavaScript code.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Custom Search Form for Pivot Grid #128125
    guriddo.support
    Participant

    Hello,

     

    As far as I understand you missed to bind a click to search button and use the function which we provide in our demo.

    Include our function from the example in your index.php and bind a click as we do in our code.  You will need just to configure the input data to meet your requirements.

     

     

    Regards,

    Will

    Guriddo Support Team

    in reply to: Custom Search Form for Pivot Grid #128122
    guriddo.support
    Participant

    Hello Ken,

     

    Please check this demo example

     

    If you have questions or something is not clear, please let us know.

     

     

    Kind Regards,

    Will

     

    Guriddo Support Team

    in reply to: Custom Search Form for Pivot Grid #128120
    guriddo.support
    Participant

    Hello Ken,

     

    Yes this is possible.

     

    You need to know that after the pivot grid is build, it stay in local mode and no request to server is possible.

     

    In order to achieve this it is needed to build the filters string manually and pass it to postData  which should do the job.

     

    In the next days we will post a example how to do this. We think it will be useful to have such method.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Get filtered data #128117
    guriddo.support
    Participant

    Hello Kris,

     

    First of all we apologize that for some reason we have missed this post.

     

    You can do this using the addLocalData method with true parameter

     

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Add row to different table after insert #128114
    guriddo.support
    Participant

    Hello Ken,

     

    Just do some test with your table.

    I apologize really for that, that I  miss some important setting in the script.

     

    Our original script work like champ if you add only one important setting

     

     

    This option enables getting the lastInserId from the table.

    By default it is fale.

     

    We have tested with this setting and it work.

     

     

    Sorry again for my mistake on this setting.

     

    Kind Regards,

    Will

     

    Guriddo Support Team

    in reply to: Add row to different table after insert #128112
    guriddo.support
    Participant

    Hello Ken,

     

    Thank you for the update.

     

    Actually we use the PDO lastInserId

     

    I’m very curious if this script will work:

    Replace

    with

    where $conn is the connection object.

    and disable the transactions before do the insert

    I think that maybe the problem was in the transaction set to true.

     

    Regards,

    Will

     

    Guriddo Support Team

    in reply to: Add row to different table after insert #128110
    guriddo.support
    Participant

    Hello Ken

     

    Would be possible to send us the table definition of  tblLandOwners?

    I mean the create table script.

     

    Thank you.

     

    Kind Regards

    Will

    Guriddo Support Team

    in reply to: Combo grid #128108
    guriddo.support
    Participant

    Hello Kris,

     

    Thank you very much for the suggestions.

     

    return_fld can be a function See here

     

    About the select – we do not have tested it on select, but I will see what we can do and will replay ASAP.

     

    Thank you again for the suggestion.

     

    Kind Regards,

    Will

    Guriddo Support Team

Viewing 15 replies - 16 through 30 (of 1,092 total)

Stay connected with us in your favorite flavor!