tony

Forum Replies Created

Viewing 15 replies - 6,496 through 6,510 (of 7,981 total)
  • Author
    Replies
  • in reply to: creating google like spreadsheet using jqGrid #84941
    tony
    Keymaster

    Hello,

    Not sure if jqGrid can have all the features of spreadsheet. You can look in jQuery site for such plugin. If I remember there is such plugin.

    Regards

    Tony

    in reply to: jQuery 1.3 support #84940
    tony
    Keymaster

    Hello,

    Thank you for this, but let wait for the bug fix release of jQuery 1.3.1 which will be next week.

    Regards

    Tony

    in reply to: Search Form #84934
    tony
    Keymaster

    Hello,

    jqGrid uses a standart ajax call which by default is utf8. Check to see how you can overcome this – use loadBeforeSend in jqGrid to send custom headers or jQuery ajaxSetup for this purpose.

    Also there is a nother parameter which you can use for this purpose the name of parameter is _search if true the find button is clicked.

    Regards

    Tony

    in reply to: Russian locale in Mozilla FF #84933
    tony
    Keymaster

    Hello,

    All localizations strings are in utf8. Do not set windows-1251, but utf-8 – i.e.

    in reply to: Check if a grid exists #84932
    tony
    Keymaster

    Hello,

    The gridDestroy method check itself if the grid exists first and then it performs the needed. Also if you look in the method there is something like

    if( this.grid ) {

    }

    Regards

    Tony

    in reply to: Horizontal Scrool Bar #84931
    tony
    Keymaster

    Hello Rob,

    Thank you for this. Yes it is true. This is first attempt to solve the problem. I have try diffrent ways, but it either works in IE and not in other browsers and vice versa. Anyway I will try to resolve this. Maybe I need some help on this since I'm not a CSS expert.

    Regards

    Tony

    in reply to: How to Set tableDnD dragHandle ? #84930
    tony
    Keymaster

    Hello,

    This is true and it is connected with tableDnD – check the blog for this plugin on how to resolve this issue.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    Maybe this will help:

    jQuery(”#rpsrgrid”).editGridRow(”new”,

    {height:180,

    reloadAfterSubmit:true,

    closeAfterAdd:true,

    afterSubmit : function() {

    // your code goes here

    }

    });

    Regards

    Tony

    in reply to: Fastest way to bind data to Grid in v3.4 #84928
    tony
    Keymaster

    Hello,

    It depends on how much data you add usind array. Of course if it is more than 500-600 records it will slow. The same will be a little quick (but not so much) if you use jsonstring.

    Regards

    Tony

    in reply to: How to use afterSubmit #84927
    tony
    Keymaster

    Hello,

    As of the docs the editRow has the following parameters.

    editRow (rowid,keys,oneditfunc,succesfunc, url, extraparam, aftersavefunc,errorfunc)

    Use succesfunc for this purpose.

    Regards

    Tony

    in reply to: Multiple grids on same page with different themes? #84926
    tony
    Keymaster

    Hello,

    Currently it is hard to do that.

    Regards

    Tony

    in reply to: Custom Cell Class #84925
    tony
    Keymaster

    Hello,

    Thenk you very much for this. I will see if I can include it in the final.

    Regards

    Tony

    in reply to: Don’t select row when clicking checkbox #84924
    tony
    Keymaster

    Hello,

    Please check what is new in 3.4 beta1. There is a option for this functionality.

    Regards

    Tony

    in reply to: datepicker issue in demo #84923
    tony
    Keymaster

    Hello,

    Thank you. You are right. I think that this is maybe a datepicker problem.

    Will investigate it deeper.

    Regards

    Tony

    in reply to: error in displaying dialogs called from navigation buttons #84922
    tony
    Keymaster

    Hello,

    Thank you. I will see this solution, but check to see if you are in Quirks mode. Try to use strick mode. I think that this is the problem.

    Regards

    Tony

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

Stay connected with us in your favorite flavor!