tony

Forum Replies Created

Viewing 15 replies - 3,496 through 3,510 (of 7,981 total)
  • Author
    Replies
  • in reply to: Sort hint #92243
    tony
    Keymaster

    Hello,

    Sorry for the late replay.

    One approach might be to create a hidden column which is used for sorting. Possible, but cumbersome and conflicts with using the neat column show/hide plugin.

    This can be avoided using the hidedlg option in colModel which does not allow this field to be shown in the dialog.

    Ideally, I'd like to transport some metadata along with the table data:

    This of course can be done easy using XML, but as you know we support diffrent datatypes. This will make the solution not so easy

    Thank you very much.

    Best Regards

    Tony

    in reply to: How to handle tree grid with large data sets? #92242
    tony
    Keymaster

    Hello Alex,

    This is true. Using large data in tree grid currently is not recommended.

    We work on this and hope to resolve the problem.

    Also I recommend you to use autoloading tree nodes – i.e first load a minilal nodes (only roots) and then when the user click on some node the data will be loaded from the server. Using this approach pager is not needed. Also pagging with tree nodes is a little bit difficult, since we can have a lot of situations which should be consider.

    Best Regards

    Tony

    in reply to: Client side sorting #92241
    tony
    Keymaster

    Hello,

    It should work, but there was some bugs, which are corrected in the latest version.

    Also in order to have a look what you have could you please post the jqGrid code and a response from server (or part of them)

    Best Regards

    Tony

    in reply to: Adding data in a subgrid #92240
    tony
    Keymaster

    Hello,

    This is a wrong forum. Please post it here!

    http://www.trirand.net/forum/

    Regards

    Tony

    in reply to: BeforeSaveCell handler firing twice #92239
    tony
    Keymaster

    Hello,

    Please post the problem only once.

    Have a look here:

    Forum

    Best Regards

    Tony

    in reply to: problem with modal window #92238
    tony
    Keymaster

    Hello,

    Thank you. Yes this is true and I confirm this. Before some time I have try to correct the problem, but without success (some things where destroyed.)

    Now I will do second attempt on this using another approach

    Best Regards

    Tony

    in reply to: Remove empty tooltip from   cells #92237
    tony
    Keymaster

    Hello,

    Thanks. Again IE Wink

    Will see how this will impact the performance and include it, but it is not guaranted.

    Best Regards

    Tony

    in reply to: Grid scrolls to top after selecting a cell #92236
    tony
    Keymaster

    Hello,

    Not sure if this is applicable solution, but if this works for you

    Regards

    Tony

    in reply to: last column width grows when calling setGridWidth #92235
    tony
    Keymaster

    Hello,

    Thanks for the example and the test case provided.

    Yes, I see the problem (bug) and confirm it.

    Will try to correct it.

    Best Regards

    Tony

    in reply to: BeforeSaveCellHandler firing twice #92234
    tony
    Keymaster

    Hello,

    This is double post – so see the answer with the same topic name

    in reply to: BeforeSaveCellHandler firing twice #92232
    tony
    Keymaster

    Hello,

    This is not possible at all. Please look here:

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

    and read carfully.

    What you try to do is: you edit a cell and before save it you call edit cell again.

    editCell try to save a opened cell.

    I suggest you to try with the 3 parameter set to false, but not sure if this will meet your requierments

    Best Regards

    Tony

    in reply to: post data is not beig sent when using grid as subgrid #92230
    tony
    Keymaster

    Hello,

    As of your source the id of the grid is

    jQuery(”#” + subgrid_table_id).jqGrid({…});

    and not

    jQuery(”#t_” + subgrid_table_id).getGridParam('selarrrow');

    Regards

    Tony

    in reply to: True Scroll and sortorder Desc #92229
    tony
    Keymaster

    Hello,

    Thanks. In order to test with your setting I have dowloaded the version and put it into the demo, but for me there is no problems. Moreover I have changed the sortorder in demo site (you can see this live in demo page), but again no problems.

    Also please check again your server response – I think that this is the problem

    Best Regards

    Tony

    in reply to: ts.grid is undefined when hiddengrid: true on 3.6.2 #92228
    tony
    Keymaster

    Hello,

    Please verify that all your needed JS files are loaded. To do this you can use FireBug Net tab.

    ts.grid mean that something is missed from the package. Also be a sure you have downloaded all the needed module,

    following this instructions

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

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

    Best Regards

    Tony

    tony
    Keymaster

    Hello,

    I think that this is not a bug. Please verify that your subgrid have uniquie row ids.

    Best Regards

    Tony

Viewing 15 replies - 3,496 through 3,510 (of 7,981 total)

Stay connected with us in your favorite flavor!