tony

Forum Replies Created

Viewing 15 replies - 6,991 through 7,005 (of 7,981 total)
  • Author
    Replies
  • in reply to: In Edit Popup mouse are not working #83892
    tony
    Keymaster

    Hello,

    I thinc the jqModal.css is not loaded. Ensure that it is loaded.

    Regards

    Tony

    in reply to: jqGrid doesnt load (not a function) #83891
    tony
    Keymaster

    Hello,

    Open jquery.jqGrid.js and ajust the path to javascript files. They are relatiive not to the jqGrid.js, but to from where you load jqGrid. Also read carefully the docs.

    Regards

    Tony

    in reply to: Select by filter and other ideas #83887
    tony
    Keymaster

    Hello,

    For the first one – the answer is No. jqGrid is server side oriented and

    searching (filter) on local

    in reply to: is it possible to have 100% width #83886
    tony
    Keymaster

    Hello,

    Check this form.

    If you enclose the grid in div or other element

    then

    var gwdth = $(divelement).width();

    $(…).jqGrid({

    width: gwidth,

    });

    Then you can use setGridWidth method when the element resizes.

    Regards

    Tony

    in reply to: In Edit Popup mouse are not working #83885
    tony
    Keymaster

    @shibaji

    You have a error in the code, please check for unneeded comma in the

    last item in colModel. Your grid will not work in IE.

    @cage

    This is the standart way of the delete box. You shuld creaate the delete

    dialog with modal: true if you do not want this

    Regards

    Tony

    in reply to: How to use surl in Edit row #83884
    tony
    Keymaster

    Hello,

    Currently you can use surl option onli in cell editing module and

    not in form and inline edit. Also please read carefully the docs.

    Regards

    Tony

    in reply to: Multiselect and onSelectRow #83883
    tony
    Keymaster

    Hello,

    I missed this in 3.3 release, but hope to include this in the next release.

    Regards

    Tony

    in reply to: Show/hide grid #83882
    tony
    Keymaster

    Hello,

    How do you do that?

    Regards

    Tony

    in reply to: Cannot change page in ‘onPaging’ event #83881
    tony
    Keymaster

    Hello,

    Better

    if (parseInt(requestedPage) > parseInt(lastPage))

    Regsrds

    Tony

    in reply to: Datepicker in pop-up edit form not working… #83880
    tony
    Keymaster

    Hello,

    Check the z-index of the form and the datepicker.

    Regards

    Tony

    in reply to: shrinkToFit is always happening for me #83879
    tony
    Keymaster

    Hello,

    $(..).jqGrid({}).setGridWidth(600,false)

    Regards

    Tony

    in reply to: filterGrid and column width/display settings #83878
    tony
    Keymaster

    Hello,

    This is not the main purpose of filterGrid. In the examples I show only

    some of the features – i.e. you can put it where you want . This is initial work and I'm sure this will be better and better.

    Actually this is not a bug, but feature.

    Regards

    Tony

    in reply to: Russian locale #83867
    tony
    Keymaster

    Hello,

    Thanks. I get it.

    Regards

    Tony

    in reply to: formedit bug? #83866
    tony
    Keymaster

    Hello,

    I think – no.

    Regards

    Tony

    in reply to: cellRenderer and cellEditor #83865
    tony
    Keymaster

    Hello,

    This is a very good idea. Will be added in the next bug fix release

    Thank you

    Regards

    Tony

Viewing 15 replies - 6,991 through 7,005 (of 7,981 total)

Stay connected with us in your favorite flavor!