tony

Forum Replies Created

Viewing 15 replies - 451 through 465 (of 7,981 total)
  • Author
    Replies
  • in reply to: How to addrow to localdata and then batch save. #102234
    tony
    Keymaster

    Hello,

    Make sure that newly added row has a uniquie id. It seems yors are not.

     

    Regards

    in reply to: Search Demos #102233
    tony
    Keymaster

    Hello,

     

    I’m glad that you have found a solution finally!

     

    Regards

    tony
    Keymaster

    Hello,

     

    As the documentation say – you can not.

     

    Regards

    in reply to: Rowid subgrid and export PDF(excel,…) #102231
    tony
    Keymaster

    Hello,

     

    You use a php commertial product.

    Please post your question here

     

    http://www.trirand.net/forum

     

    Regards

    in reply to: Jqgrid not grouping columns with json data #102230
    tony
    Keymaster

    Hello,

     

    In all cases this will not work.

    When using addRowdata the grouping will not work.

    You have 2 options

     

    1. After add a datawith addrowdata make the grouping – just see the doks and demos (dynamic grouping)

    2. Use data parameter to passs the dataand set the key property – again see docs

     

    Regards

    in reply to: Cannot get search icon to appear… #102229
    tony
    Keymaster

    Hello,

     

    Thnks for the feedback and solution. This is a mistake which often occur.

     

    Regards

    tony
    Keymaster

    Hello,

     

    I’m not sure that this is a jqGrid issue.

    Please, check your server side code.

     

    Regards

    in reply to: Edit and Add not working simultaneously #102227
    tony
    Keymaster

    Hello Oleg,

    As always thanks. The problem is only in jqModal: false.

    In the new 4.6 the form should be always deleted independent of  recreateForm parameter.

    The problem is in jqModal – if it is set to false the form is not deleted independed for the recreateForm.

     

    Will try to resolve the problem.

    Many thanks again

    Best Regards

    in reply to: improving performance of loading local data in jqGrid #102226
    tony
    Keymaster

    Hello Oleg,

    Thanks for this investigation and examples (as usual Smile)

    I think that this is rather problem of jqQuery and not of jqGrid.

    I’m following the philosophy, that the problems should be resolved at its origin.

     

    I have tested your both examples (slow and fast ) in IE11 and have a impression that there is no diffrenece.

    Do you have any measurements? I will try measure both examples  and see if there are a big difference I will accept eventually this request.

     

    Best Regards

    Tony

    tony
    Keymaster

    Hello,

     

    Not sure if this will be done in the near future. The logic of this  is very difficult to be implemented, but not impossible.

     

    Kind Regards

    tony
    Keymaster

    Hello,

     

    Unfortunately there is no function which disable the sorable.

    The way you try is not correct since the script (when this option is true) executes once and bind the needed events of the sortable.

    The only possible solution is to use $(element).sortable(‘destroy’).

     

    I’m not sure if this will work correct, but you can try this code:

    (I get this code from the gridbase)

    var thead = $(“thead:first”,”#grid” ).get(0),

    thr = $(“tr:first”,thead);

    $(thr).sortable(‘destroy’);

     

    Regards

    in reply to: the butons in the navgrid are unclickable ???? #102189
    tony
    Keymaster

    Hello,

     

    Check your code again. Be a sure you load the correct modules.

     

    Regards

    in reply to: JQGrid Save on Control Enter #102197
    tony
    Keymaster

    Hello,

     

    As far as I understand the question the enter can not be changed. It can be disabled, but not changed with other key – see docs.

    As for the second problem replace restoreRow with save row in onSelect row

     

    if (id && id !== lastSel) {
                        $(“#Northwinds”).restoreRow(lastSel);

    ….

     

    to

    in reply to: Loading data while scrolling + Grouping #102196
    tony
    Keymaster

    Hello,

     

    Yes this is true. Grouping requires a lot of calculations and this will slow down the process.

    More over the nature of the scrolling make this very difficult to do.

     

    Regards

    in reply to: JQGrid textarea column with Rich Text editing #102195
    tony
    Keymaster

    HEllo,

     

    Your questions are related to tinymce editor.

    I think you should ask these questions in another forum

     

    Regards

Viewing 15 replies - 451 through 465 (of 7,981 total)

Stay connected with us in your favorite flavor!