tony

Forum Replies Created

Viewing 15 replies - 331 through 345 (of 7,981 total)
  • Author
    Replies
  • in reply to: Grouping only works after triggering sorting #102431
    tony
    Keymaster

    Hello,

     

    Ok. This is exactly your code. Check it here

    It seems to me there is a problem with your data.

    Enjoy

     

    Regards

    tony
    Keymaster

    Hello,

    This is just addition to Oleg’s post. There is a option to do this, but in this case you can get only the last expanded subgrid row.

    Look at selectOnExpand option here.

    Thanks Oleg.

     

    Kind Regards

    in reply to: How can i Resize Grid jqGrid ?? … #102411
    tony
    Keymaster

    Hello,

     

    Take a look of the shrinkToFit option and width option of the grid.

     

    Kind Regards

    in reply to: Custom Formatter not working #102410
    tony
    Keymaster

    Hello,

     

    Just to know

    is very different from

     

    I suggest to to chosse another name for your custom formatter something like

    function mytext (…) {…}

     

    and then

     

     

    Hope this helps.

     

    Kind Regards

    in reply to: Cannot Add #102408
    tony
    Keymaster

    Hello,

    Thanks for the feedback and let us know. I’m sure this will help other.

     

    Kind Regards

    in reply to: Cell Content updated with ASP.NET Textbox #102407
    tony
    Keymaster

    Hello,

     

    I do not understand What is the problem?

     

    Kind Regards

    in reply to: Trouble Focusing on Ipad #102406
    tony
    Keymaster

    Hello,

     

    In the last release we have a parameter named focusField which should be a number represented the number of colModel start from 0. If set the desired field should be focused

     

    Another possible solution is to try to use oneditfunc which I recommend you in my previous post

     

    Kind Regards

    in reply to: Grouping only works after triggering sorting #102405
    tony
    Keymaster

    Hello,

    Using the latest jqGrid version your example works perfectly.

    Below are the changes that I have made in order to make this work.

     

    1. In grid options set grouping to true

    grouping : true,

    2. Disable the loadComplete. Please do not use this with trigger “reloadGrid” – this is selfkilling code.

    3. I have added in head section this:

    If you have problems with running this I can put your code online.

     

    Kind Regards

    Tony

    in reply to: inlinenav dynamic drop down #102404
    tony
    Keymaster


    @upperdeck
    said:
    do i take the lack of replies to mean its a dumb question or noone knows how to do it?  it seems like a basic feature that many have been looking for answer too.

    Hello,

    If you do not know this is a Open Source project and we do not have agreements to answer quick.

    This will be changed soon.

     

    Now to the question – If I understand right you will to cut the selects for one field based on the selection of the previous one.

    This can not be done automatically using dataUrl.

    I recommend you to obtain first all the selects in all fields and the use JavaScript to decrease the elements on it based on the selection – if I understand right.

    For this purpose you can bind a change event of the select. To do this I recommend you to use dataInit on which you can bind the event.

     

    Another possible solution is to call your own ajax after the change of the field and fill the next field with the needed data from the server.

     

    Kind Regards

    tony
    Keymaster

    Hello,

     

    1. afterSubmit will never work. This is not function which is grid option, but in form edit one.

    2. gridComplete raises every time you reload the grid and query new page and sort it. It is highly recommended not to use it.

    3. Check your logic again.

     

    Regards

    in reply to: jqgrid conversion error when use postData to send param #102401
    tony
    Keymaster

    Hello,

     

    Thanks for feedback.

     

    Regards

    in reply to: Locale upgrade #102400
    tony
    Keymaster

    Hello,

     

    Thanks for remind me. This is true and it will be fixed for the next release.

     

    Kind Regards

    Tony

    in reply to: jqgrid conversion error when use postData to send param #102391
    tony
    Keymaster

    Hello,

     

    postData is a object and not a string. In your implementation you set it as string.

     

    Regards

    tony
    Keymaster

    Hello,

    Use a server side code to do this. We have discussed this many times.

    Currently there is no build in way to do this.

     

    Regards

    in reply to: Export to Excel or PDF the displayed value not the html #102389
    tony
    Keymaster

    Hello,

     

    I’m  not sure that this post is for this forum except that if you use our commertial php/asp.net jqgrid

     

    Regards

Viewing 15 replies - 331 through 345 (of 7,981 total)

Stay connected with us in your favorite flavor!