guriddo.support

Forum Replies Created

Viewing 15 replies - 256 through 270 (of 1,092 total)
  • Author
    Replies
  • in reply to: jquery ui autocomplete question #127100
    guriddo.support
    Participant

    Hello,

     

    This can be achieved with two fields – one to accept the value and the another to show the label. The first field which will accept the value can be set to readonly and during showing the form it can be hidden (beforeShowForm).

     

    In this case the logic of select can be changed to set the value of the first field and set the label of the second.

     

    Do not forget to clear the value in first field if nothing is selected.
    Here is a demo, but in php jqGrid

     

    Another solution is to use a select2 plugin with custom defined field

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: show column menu icon only on hover #127093
    guriddo.support
    Participant

    Hello,

     

    We will see if this can be done and will replay.

    In principle it can be implemented.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Hide Column names header row #127092
    guriddo.support
    Participant

    Hello,

     

    The header labels have a class ui-jqgrid-labels. So in case the grid has id jqGrid, to hide the labels row only do

     

     

    after the grid is created.
     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Scrollbar customization #127091
    guriddo.support
    Participant

    Hello,

     

    At the moment we do not see a way to integrate this pluginĀ  in our Guriddo jqGrid.

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Jqform #127085
    guriddo.support
    Participant

    Hello,

     

    Thank you for sharing your code.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: inline editing – after save to move to next row #127084
    guriddo.support
    Participant

    Hello,
     
    You may get the next row id using this code sniplet.
     

     
    Of course you should perform some filtering.
     
    When you have this you can call editRow with this id, after saving the row using some events (see docs). Of course enclose this calling in setTimeout
     
    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: multiselect and preserveSelection #127083
    guriddo.support
    Participant

    Hello,
     
    In the current release this is supported, but very difficult. We have added a support for in operand in local searching.
     
    This way it is easy to construct a cde. Here is a demo
     
    Note that this feature is available only in GitHub.
     
    Kind Regards
    Will

    Guriddo Support Team

    in reply to: multiselect and preserveSelection #127079
    guriddo.support
    Participant

    Hello,

     

    What is the datatype – (xml,json) or local?

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Jqform #127077
    guriddo.support
    Participant

    Hello,
     
    Not sure if thei is the problem, but in your loop you use
    $i, While you initialize $I. The PHP is case sensitive regarding variables
     
    Try to output the contents in the loop.
     
    ie print the result within loop
     

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: jqGrid setGridWidth issue with Bootstrap #127076
    guriddo.support
    Participant

    Hello,

     

    I re post the answer from stackoverflow.”

     

    “This problem is fixed and will be available in the next release. If this is a showstopper for you can get the fixed code from GitHub.

    UPDATE: The code used in loadComplete can be avoided if you just set responsive option in jqGrid set to true. I recommend you to to consult the documentation here

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Grid Expired #127075
    guriddo.support
    Participant

    Hello,

    Before download, please clear the browser cache. Restart your PHP and Web Server
    The new downloaded zip file should have today time stamp.

    Try to install on different directory

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Grid Expired #127073
    guriddo.support
    Participant

    Hello,

     

    Sorry for this inconvenience. We have fixed the problem. Please re download from the same location

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Jqform #127068
    guriddo.support
    Participant

    Hello,

    I do not have idea why is this.

    Note that all these fields should be in one table – demandes.
    If the other fields are part from another table they will not be saved.

    You can set a debug option in order to see what is happen:

    A log file is created in this directory. Also in order this to be seen, please be a sure that the directory is writable.

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: inline editing with Boolean objects #127067
    guriddo.support
    Participant

    Hello,
     
    For inline edit you can enable the editing, but make the field read-only like this
     

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Dropdown with filter #127064
    guriddo.support
    Participant

    Hello,
     
    If I understand correct the requirement you are close to the solution provided in previous post.
     
    Actually you do not need to use setSelect. The code with the setSelect
     

     
    can be replaced with this one
     

     

    and the file select.php can have the following

     

    Hope I understand correct the problem
     
    Kind Regards,
    Will

    Guriddo Support Team

Viewing 15 replies - 256 through 270 (of 1,092 total)

Stay connected with us in your favorite flavor!