tony

Forum Replies Created

Viewing 15 replies - 4,156 through 4,170 (of 7,981 total)
  • Author
    Replies
  • in reply to: ReloadGrid Trigger without Clear Filter #90835
    tony
    Keymaster

    Hello,

    Uppss, sory for this. Right now I look into the code and we call resetFilters which clear the serch's. Should be added soon.

    Sorry again.

    Also one possible solution is to add a custom Button and then you can control evrething.

    Best Regards

    Tony

    in reply to: Maintain tree state after a node is added #90833
    tony
    Keymaster

    Hello,

    Currently No. The problem will be solved when we have add additinal methods like addTreeNode and delTreeNode, which I consider to be added in the future.

    Anothe possible solution is to reload the grid with all nodes expanded, but IMHO this is not good.

    Best Regards

    Tony

    in reply to: Grouping data in a grid (using normal grid) #90831
    tony
    Keymaster

    Hello,

    Thanks. This is discussed many times here and will be available in 3.7 release.

    Regards

    Tony

    in reply to: Shift + Click Selecting Multiple Rows #90830
    tony
    Keymaster

    Hello,

    Look here one solution from Mark.

    Forum

    Regards

    Tony

    in reply to: Colum-width auto-adjust feature on double-click #90829
    tony
    Keymaster

    Hello,

    Humm, interesting. Will be maybe (but do not promiese) for 3.7 release.

    Thanks

    Regards

    Tony

    in reply to: ReloadGrid Trigger without Clear Filter #90827
    tony
    Keymaster

    Hello,

    This is partial true. Actually we do not clear the search parameters, but turn the search flag to false. This mean that the search parameters are in the postData object and you can use them.

    Here is a trick – you can use the afterRefresh event to turn on the search to true.

    …jqGrid('navGrid',{

    afterRefresh : function() {

    (“#mygrid”).jqGrid('setGridParam',{search:true});

    },

    …}…);

    Regards

    Tony

    in reply to: jgGrid generates invalid XHTML #90826
    tony
    Keymaster

    Hello Dmitry,

    Thanks. Fixed.

    Best Regards

    Tony

    in reply to: deselectAfterSort and sorting #90825
    tony
    Keymaster

    Hello,

    Check the jqGrid options and deselectAfterSort feature.

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options

    Regards

    Tony

    in reply to: Unable to upload avatar #90824
    tony
    Keymaster

    Hello,

    Will check it, should be maybe with the last release of WordPress.

    Regardds

    Tony

    tony
    Keymaster

    Basdub,

    I think that Mark is right. We should not be limited to input elements only, but to have a freedom to put what we want (this is the primary goal of the custom elements – otherwiese you can use the standart input and do evrething what you want with him)

    I have put the fix provided from Mark and tested it and it seems to work. Beside from this there was another copy paste problem Smile

    The fix is in GitHub. Will be happy if it will work for you too.

    Best Regards

    Tony

    in reply to: Resizing grid not works. #90822
    tony
    Keymaster

    Hello,

    Setting this

    <script type=“text/javascript” >

    in reply to: Inline Edit: Custom Input #90821
    tony
    Keymaster

    Hello Hannes,

    Have tested with two and three custom inputs, but no problems. In order to resolve could you please post the code here or somewhere in the web – I mean jsbin.com.

    Thank you

    Tony

    in reply to: stype=”select” search field name is wrong #90820
    tony
    Keymaster

    Hello,

    @Klaus – Thanks for this and the recommendation. I will look on this right now.

    @magic_pie4 – Thanks for this. Will test with your options and let you know about the result

    Best Regards

    Tony

    in reply to: .addRowData now working properly #90790
    tony
    Keymaster

    Hello,

    You do not have a note name in colModel. Also change the name:”name” to name:”note” in colModel and it will work.

    Regards

    Tony

    in reply to: sub subgrid CSS border fix #90787
    tony
    Keymaster

    Hello,

    Thanks

    Humm, I try to fix one, but it we go to another. Also the correct fix should be to have a border-bottom to a element ehere multiselect lie.

    Regards

    Tony

Viewing 15 replies - 4,156 through 4,170 (of 7,981 total)

Stay connected with us in your favorite flavor!