guriddo.support

Forum Replies Created

Viewing 15 replies - 241 through 255 (of 1,092 total)
  • Author
    Replies
  • in reply to: Add Class to Column Header #127153
    guriddo.support
    Participant

    Hello,

     

    One possible solution is to use setLabel method. Look into the docs here

     

    Will

    Guriddo Support Team

    in reply to: execute function after crud #127150
    guriddo.support
    Participant

    Hello,

     

    Direct this is not supported, but it can be simulated. We will use the property oper in case a data is added/updated/deleted. Note the automatic disabling at end of if
     

     

    Kind Regards,
    WIll

    Guriddo Support Team

    guriddo.support
    Participant

    Hello,

     

    Yes we can do this. The loading dialog has a class loading. Additionally to this another classes are loaded from css jqGrid definitions. StyleUI object for the CSS frmework used. The item is loadingBox in base parent. With other words you must remove these calsses and your own by example like this:

     

     

     

    The above code shoild be loaded after jqgrid css file.

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: jqgrid seems to load the data but it does not show it #127136
    guriddo.support
    Participant

    Hello,

     

    Thank you for the feedback and let us know where the problem was.

     

    Have a nice weekends

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: jqgrid seems to load the data but it does not show it #127134
    guriddo.support
    Participant

    Hello,

     

    Can you please post the full jqGrid setup and some demo data from json.data file.

    Thank you.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Jqsuite Showlink #127130
    guriddo.support
    Participant

    Hello,

     

    You can see in the same demo, that showlink work with target=”_blank”. I have changed the demo. Please look here

     

    Kind Regards,

    Will

     

    Guriddo Support Team

    in reply to: Change Column Width #127129
    guriddo.support
    Participant

    Hello,

     

    You can use the resizeColumn method, which is described into the documentation here

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Jqsuite Showlink #127125
    guriddo.support
    Participant

    Hello,

     

    Not sure what you change and why.

    Actually the formatoptions target: “_blank” should work and you do not need to do fix anything.

     

    I think that your problem is in the code which modify the link i.e
     

     

    This demo show tha this option work correct
     
    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Jqsuite Showlink #127121
    guriddo.support
    Participant

    Hello,

     

    Where is this event executed and why?
    I think that using custom formatter will be more effective.

     

    See here Javascript example

    See PHP example here

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: inline edit and focusField #127117
    guriddo.support
    Participant

    Hello,
     
    If you use onSelectRow you can set the focus field dynamically
     

     

    You will need to check if the clicked column is editable and perform logic in case if it is not.

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: cellEdit and restoreCellonFail #127115
    guriddo.support
    Participant

    Hello,
     
    You can define a global varible and when validation error occur set this gloab variable to true in validationCell and do not allow movement usin isEditableCell. Also afterRestoreCell should reset this variable. Do not forget to focus the field in validation call. Below simple test code which works at our end.
     
     

     
    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: delGridRow Question #127109
    guriddo.support
    Participant

    Hello,
     
    Add onClose function to remove the delete modal form. The id of the modal forem is combination from delmod plus the id of the grid. in Your case this can look like this:`
     

     
    We also have added a option removemodal (available in next release) which will automatically remove the form
     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Jqform – Update Fields #127108
    guriddo.support
    Participant

    Hello,

     

    Thank you for the test case.
    There are mainly two problems.

     

    The first one is related to your code (bug) We have fixed it.

     

    The second is related in your code. In order to allow correct  saving you must include your id field clef in the sql like this:

     

     

    Please write to the support at guriddo dot net in order to get the fixed code.

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Jqform – Update Fields #127105
    guriddo.support
    Participant

    Hello,

     

    Sorry, here is the correct link

     

    Kind Regards,

    WIll

    Guriddo Support Team

    in reply to: Jqform – Update Fields #127103
    guriddo.support
    Participant

    Hello,

     

    We can not reproduce the problem. It seems to me you get the values manually and put it with your own custom command, which maybe causes the problem.

     

    Here is demo where the values of the radio button are posted and saved to the server

     

    Kind Regards,

    Will

    Guriddo Support Team

Viewing 15 replies - 241 through 255 (of 1,092 total)

Stay connected with us in your favorite flavor!