guriddo.support

Forum Replies Created

Viewing 15 replies - 646 through 660 (of 1,092 total)
  • Author
    Replies
  • in reply to: How to disable the publishing of some lines ? #125601
    guriddo.support
    Participant

    Hello,
     
    In inline edit you should add class “not-editable-row” in form edit you should add class “ui-state-disabled” for jQueryUI and “ui-disabled” when using bootstrap.
     
    The class should be added to the row. Use for this purpose rowAttr event in grid options.
     

    Kind Regards,
    Will

    Guriddo Support Team

    guriddo.support
    Participant

    Hello,

     

    The problem you have here is that the summary value of the column is Float, while you try to use it as string
     

     

    In order to fix the problem just make sure that the cellValue is a string.

     

     

    Kind Regards,
    Will

    Guriddo Support Team

    guriddo.support
    Participant

    Hello,

     

    Formatter and custom formatter should work in grouping.

    It all depend what is written in the code.

    Could you please send us or post a full test example which demostrates the problem?

     

    Please look at this demo in order to see that the formatters work

     

     

    Kind Regards,

    Will

     

    Guriddo Support Team

    in reply to: modal search with dependent dropdown #125586
    guriddo.support
    Participant

    Hello,

     

    I’m not sure that I understand the request. Could you please explain it again.

    Note that if you use only one dropdown in search then the other (DEPENDED) dropdown is not appeared in the window – so the user must first open mininum two drop dawn and then make the selection – as I said this is very very difficult to be done.

     

    Kind Regards,

    Will

    Guriddo Support Team

    guriddo.support
    Participant

    Hello,

     

    The same what you do on unformat function

     

     

    Kind Regards,
    Will

    Guriddo Support Team

    guriddo.support
    Participant

    Hello,

     

    The unformat function works. Your problem is that you have unformat function.

    Let see what is happen.

    1. The number source data that is loaded to the grid has a decimal separator “.”.
    2. The format function convert the “.” to “,” and it is displayed correct to the grod.
    3. When you edit a unformat function is applied – which again convert the “,” to “.”.

    In order this to work you will need to remove the unformat function.

    If you want to post the data to server again with “.” you may need to use serializeEditData to convert the “,” to “.”.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Hyperlink grid row #125578
    guriddo.support
    Participant

    Hello,

     

    You ca use predefined formaters – look here

     

    Our documentation is here

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Using Excel File on Shared Drive #125575
    guriddo.support
    Participant

    Hello,

     

    I’m not sure that I understand the question.

    Can you please explain us this problem more detailed.

     

    Note that jqGrid can not load data from Excel file.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Rename Column Heading #125574
    guriddo.support
    Participant

    Hello,
     
    This can be done in the following cases
     
    1. In PHP using the setColProperty like this
     

     
    2. In JavaScript after the grid is created using the setLabel Method
     

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: modal search with dependent dropdown #125570
    guriddo.support
    Participant

    Hello,

     

    This is not so easy thing to do. While in edit dialogue the fields are static determined – we know the number of fields which will appear in the form, the fields in search dialogue are variable and it is not so easy to bind such dependency. Note that one select field can appear more than one time in the search dialogue – what will we do in this case?

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Responsiveness to match bootstrap layout #125569
    guriddo.support
    Participant

    Hello,

     

    I think you will need to trigger(‘resize’)  after the grids  (delay after load) are loaded.

    You can experiment with setTimeout function.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Inline edit with only select boxes #125568
    guriddo.support
    Participant

    Hello,

     

    Thank you for the feedback.

     

    Kind Regards,
    Will

    Guriddo Support Team

    guriddo.support
    Participant

    Hello,

    Thank you for the recommendation. We will take in account this possible solution.
    For now we will stay in the current position, hoping the jQuery UI will fix the problem.

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Errror Message #125561
    guriddo.support
    Participant

    Hello,

     

    Just now I have downloaded the trial and copied into the web directory the content. It works fine for us. I think you use some other old including and this causes the problem. Her is how is written our working code loading fragment.

     

     

     
    Note that you will need to load only the jqTreeGrid.php, since we use a autoloader, which loads automatically all the needed other files.
     
    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Inline edit with only select boxes #125560
    guriddo.support
    Participant

    Hello,
     
    dataInit works for us. Here is a solution, which I think is not the best one, but it works. It is applied for one field, but you can do it for all the editable one:
     

     

    Hope you have got the point.
     
    Kind Regards,
    Will

    Guriddo Support Team

Viewing 15 replies - 646 through 660 (of 1,092 total)

Stay connected with us in your favorite flavor!