tony

Forum Replies Created

Viewing 15 replies - 6,736 through 6,750 (of 7,981 total)
  • Author
    Replies
  • in reply to: How to get total grid data ? #84465
    tony
    Keymaster

    Hello,

    Look at available methods that jqGrid support. You have a wide range

    of possibilities. With other words – read docs.

    Regards

    Tony

    in reply to: [ask] ui datepicker in rowedit #84464
    tony
    Keymaster

    Hello,

    Your error maybe is that you do not have tgl_kontrak as name,

    but as index in the colModel

    Regards

    Tony

    in reply to: Grid and ASP.Net #84458
    tony
    Keymaster
    in reply to: django and Jqgrid issue #84451
    tony
    Keymaster

    Hello,

    I'm very sorry for this – it is docs bug – you should

    in reply to: Internet Explorer 7 + Cell Editing #84448
    tony
    Keymaster

    Hello,

    Thank you.

    This exactly the problem in IE in cellEdit with hidden coulmns. I will try

    to fix this.

    Thank's

    Regards

    Tony

    in reply to: django and Jqgrid issue #84446
    tony
    Keymaster

    Hello,

    I think you should configure jsonReader for this purpose and change

    a little the returned data:

    Try this

    jsonReader: {

    root : “rows”,

    repeatitems : false,

    id: “id”

    }

    configure the jsonmap in the colModel and then return this:

    {total:”1″, page:”1″, records:”2″,

    in reply to: Dialog Boxes being in the Centre #84445
    tony
    Keymaster

    Hello,

    Thank you. Any help on solving this is welcome. I will be happy with this.

    Be a sure that other people will be happy with this too.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    Thank you. If I look deep into the code this is common problem.

    Will fix as soon as possible.

    Thank you again.

    Best Regards

    Tony

    in reply to: Redisplaying saved data grid #84443
    tony
    Keymaster

    Hello,

    Since I have successed with this conversion – the problem is that

    JSON.stringify does not support type function when convert to string.

    This caouses not correct exporting of the events (functions). To work this

    open the file that contain JSON.stringify method and at the end add

    the following:

    in reply to: Internet Explorer 7 + Cell Editing #84439
    tony
    Keymaster

    Hello,

    Thank you.

    I will test definitley this in IE7. It is quite possible that here things are

    not changed 🙂

    Regards

    Tony

    in reply to: Html tags in colNames – possible ? #84438
    tony
    Keymaster

    Hello,

    You can input html in colNames. Another possible solution is to use

    setLabel method – refer to docs.

    Regards

    Tony

    in reply to: editrules during inlinedit #84437
    tony
    Keymaster

    Hello,

    To be a honest I do not know. Currently I'm little busy with other

    project. Actually I must work – you know why.

    Instead I will try to do this for 3.4 version (see Roadmap) and

    not for the upcomming bug fix release.

    Regards

    Tony

    in reply to: editoptions in jqgrid #84436
    tony
    Keymaster

    Hello,

    I suggest first to try with simple data not generated from PHP.

    The example

    in reply to: Customizable Add / Edit Forms #84435
    tony
    Keymaster

    Hello,

    One possible solution is to to use custom buttos to add the needed action.

    Then you can use all the available grid methods to add, edit,delete data.

    Another solution is to use existing forms, but you should play with the

    CSS.

    Regards

    in reply to: Delete Form is not going away after adding afterSubmit function #84434
    tony
    Keymaster

    Hello,

    How look afterSubmit?

    Does this event (function) return the needed array something like

    afterSubmit : function(a,b) {

    ….

    return [true,””];

    }

Viewing 15 replies - 6,736 through 6,750 (of 7,981 total)

Stay connected with us in your favorite flavor!