tony

Forum Replies Created

Viewing 15 replies - 7,201 through 7,215 (of 7,981 total)
  • Author
    Replies
  • in reply to: Getting PrimaryKey/Refresch navigation Buttons #83476
    tony
    Keymaster

    Hello,

    It is simple, just call your own ajax when you click the custom

    button – you can get the url

    and all the needed parameters with getGridParam

    Regards

    Tony

    in reply to: Why is the GridHeader sometimes hidden in Firefox? #83475
    tony
    Keymaster

    Hello,

    I will try to test this and maybe change the show with .show(“fast”).

    Not sure if this will help, but …

    Regards

    Tony

    in reply to: hide confirmation box when delete row #83474
    tony
    Keymaster

    Hello,

    When adding custom buttons, they can be added at first or

    at last position. See docs

    Regards

    Tony

    in reply to: In line editing issue – data problem? #83473
    tony
    Keymaster

    Hello,

    I think,

    in reply to: Radio Buttons Not Populated When Calling Grid To Form #83472
    tony
    Keymaster

    Matthew,

    Thank you very much for this. I will include the fix in the next release.

    Best Regards

    Tony

    in reply to: method to refresh button #83460
    tony
    Keymaster

    Hello,

    Currently this is not possible. I think that attaching custom

    button for this purpose is a good idea.

    Regards

    Tony

    in reply to: Two questions #83459
    tony
    Keymaster

    Hello,

    For the navigator there is a object

    in reply to: no navigation button in edit dialog #83456
    tony
    Keymaster

    Hello,

    Actually this is a bug.

    the problem is in this condition:

    if(rowid==”_empty”) $(“#pData, #nData”,”#”+frmtb).hide(); else $(“#pData, #nData”,”#”+frmtb).show();

    Which is called after beforeShowForm and afterShowForm events.

    The simple solution is to move this condition before these events, on both places where the form is constructed and after when it is shown.

    Thank you all for this.

    Regards

    Tony

    in reply to: saveRow yields empty POST #83453
    tony
    Keymaster

    Hello,

    What is empty – the posted data or the request from the server?

    If you look into the request in FireBug – yes it is empty – I do not

    return any value, but if you want to see the posted data you

    should clich on the Post tab in FireBug, not in the Request Tab

    Also do you have experiment to get the values server side?

    tony
    Keymaster

    Hello

    All what you ask here is allready done in jqGrid.

    As for good looking form you can construct your own using the

    CSS properties.

    Also please go in the demo pages and look what jqGrid can do

    for you.

    If you want to donate you can contact me:

    tony at trirand dot com

    Regards

    Tony

    in reply to: Ext Grid, flexi grid like functionality #83449
    tony
    Keymaster

    Hello,

    Not sure when will be the next release. I'm little busy in the

    moment. Yes there is problem to implement drag columns.

    The problem is not that I can't implement draging, but when we use

    no named data to load the cells – I this case I do not known where

    to put appropriate cell (since of dragging)

    Regards

    Tony

    in reply to: TextArea not multi lines #83448
    tony
    Keymaster

    Hello,

    Not tested, but you can try to use setCell method where you

    can add a class which does not wrap the contents of the cell.

    Your approch IMHO is not applicable.

    first you create textarea and the you edit the created textarea again.

    Regards

    Tony

    in reply to: Form editing without sending to server #83447
    tony
    Keymaster

    Hello,

    The simple way is to create existing empty file in the server and set this file

    in the edit url.

    Like the demos in this site.

    Regards

    Tony

    in reply to: no navigation button in edit dialog #83446
    tony
    Keymaster

    Hello,

    This will hide all your forms when you have more than one grid.

    Now I will check this. By the way could you please test with

    this

    beforeShowForm : function(formid){

    $(”#pData”,formid).css(“display”,”none”);

    $(”#nData”,formid).css(“display”,”none”);

    }

    in reply to: Can we submit multiple editable rows to server? #83445
    tony
    Keymaster

    Hello,

    You can write your own function for this purpose.

    All currently editable rows have a class = editable.

    You can grab these ids and nake a saveRow in loop.

    Regards

    Tony

Viewing 15 replies - 7,201 through 7,215 (of 7,981 total)

Stay connected with us in your favorite flavor!