guriddo.support

Forum Replies Created

Viewing 15 replies - 706 through 720 (of 1,092 total)
  • Author
    Replies
  • in reply to: JqSuite PHP Bugs #125433
    guriddo.support
    Participant

    Hello,

     

    Actually you can use the

    setDatepicker PHP method – see demos.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Buttons disappear after loading grid state #125430
    guriddo.support
    Participant

    Hello,

     

    Glad that we can help.

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Colmenu icon not appearing on the column header #125429
    guriddo.support
    Participant

    Hello,

     

    Thank you for the feedback

     

    Regards,

    Will

    Guriddo Support Team

    in reply to: Submit button focus on last field #125428
    guriddo.support
    Participant

    Hello,
     
    Thanks for recommendation. We will look at this. The real problem is that this behavior (enter key without using autocomplete) is used in many users.
     
    I think configuring the save key solves the problem and is better than to change this behavior where is used of existing users.
     
    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: JqSuite PHP Bugs #125427
    guriddo.support
    Participant

    Hello,
     
    Thank you for the test case.
     
    1. Yes the autcomplete fire on blur. Currently this is the default behaviour.
    We use the autocomplete change event . Normally ww should use the select event, but as I say in my previous post it causes problems in some modules.
     
    We will change the code so that you can select which event to use change or select – but this will be maybe in the next release. Alternatively you you can use your own dataInit fiunction for that field where the autocomplete use select event.
     
     
    2. It seems you have not look at the demo carefully. Use the datepicker option showOn : focus in dataInit function
     

     

    3. We need to lock the full source code related to this field.
    (It seems you have bind some on change events )
     

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Buttons disappear after loading grid state #125425
    guriddo.support
    Participant

    Hello,
     

    Sorry, not mentioned that it is a PHP forum.

    It is a grid option and you just need to use setGridOptions:

     

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: JqSuite PHP Bugs #125419
    guriddo.support
    Participant

    Hello,

     

    1.Yes this is true and is caused by autocomplet plugin itself and some problem in search dialog. In order to make your custom autocomplete you may pickup your own using dataInit event.

    2. Not sure that I understand the question. Did you mean that if the date is the first column the datepicker does not popup. Can you please demostarte the problem. You may want to look here

    3. Sorry I do not understand the problem. Casn you please make a simple demo with description step by step.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Buttons disappear after loading grid state #125418
    guriddo.support
    Participant

    Hello,
     
    You may want to search the forum. Maybe you may look here
     
    Regards,
    Will

    Guriddo Support Team

    in reply to: update a detail grid with two fields as primary key #125415
    guriddo.support
    Participant

    Hello,
     
    Unfortunately we do not support such feature. I see two possible solutions of the problem.
     
    1. I possible define additional incremental/serial field which should be used as primary key
     
    2. Disable automatic add/edit and use setAfterCrudAction as demonstrated here
     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Colmenu icon not appearing on the column header #125414
    guriddo.support
    Participant

    Hello,

     

    Setting colmenu = true in colModel is not sufficient condition. In order this to work you will need to enable colMenu option in the grid globally. Please look the demo here:

     

     

     
    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Getting selected row from grid while using treeview #125405
    guriddo.support
    Participant

    Hell,

     

    The problem is that you query a cell which is ExpandColumn. Any other cell will give you the right content.

     

    This is a bug and we have fixed it here

    You can download the latest build and test it.

     

    Kind Regards

    Will

    Guriddo Support Team

    in reply to: using dataUrl with formatter select #125403
    guriddo.support
    Participant

    Hello,

     

    Your solution is better than the one recommended from us. Note that our recommendation is not yet published.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Reloading each detail grid after save #125401
    guriddo.support
    Participant

    Look at your serializeData functions.

    Guriddo Support Team

    in reply to: Reloading each detail grid after save #125400
    guriddo.support
    Participant

    Hello,

     

    Your code is quite simple and in our end it work as expected.

     

    Here is the link to your code

     

    We use not database files. So if you try to add a record and press a save button the new inserted row will disappea, which means that the data is reloaded successful.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: using dataUrl with formatter select #125398
    guriddo.support
    Participant

    Hello,

    Without formatter select the post in grid is what you post to the server.

     

    From one side you return the text for the select in grid, but you post the value. Having formatter select will solve your problem.

     

    The link you mentioned is before 3 years and the change is caused by other important bugs of posting and comparing data.

     

    Another solution what we can do for you is to define a new event similar to afterSubmit where you can change the posted values to the grid (not to the server), but I think with formatter select is a more elegant solution.
    More over in buildSelect function you have a possibility to update the values for the select in colModel.

     

    Kind Regards,
    Will

    Guriddo Support Team

Viewing 15 replies - 706 through 720 (of 1,092 total)

Stay connected with us in your favorite flavor!