tony

Forum Replies Created

Viewing 15 replies - 6,091 through 6,105 (of 7,981 total)
  • Author
    Replies
  • in reply to: Integration with jsp #85901
    tony
    Keymaster

    Hello,

    Maybe this will help:

    http://www.greggbolinger.com/blog/2008/04/14/1208228820000.html

    Or simple google it:

    in reply to: treeGrid with json – problem #85900
    tony
    Keymaster

    Hello,

    Do you have read the docs about how to use the treeGrid with json? Also do you have see the example?

    What you can not do with this?

    REgards

    Tony

    in reply to: onSelectAll Event modification #85899
    tony
    Keymaster

    Hello Frederico,

    I will consider this to be added in next release – (this really have sence). Thanks

    Best Regards

    Tony

    in reply to: Client side data + paging #85898
    tony
    Keymaster

    Hello,

    Thanks for this. We concern more on server side data manipulation. Tha local data paging currently is not supported.

    If you wish to contribute your code and efforts – you are welcome.

    Currently there is no svn to submit the changes, so you can send me these to me.

    I consider to have svn soon.

    Regads

    Tony

    in reply to: result of adding new row #85897
    tony
    Keymaster

    Hello,

    Good idea is first to start with docs. – you can use afterSubmit event for this purpose.

    Regards

    Tony

    in reply to: error : ccur is undefined #85896
    tony
    Keymaster

    Hello,

    And how look your jsonReader. Maybe you forgot to set repeatitems: false

    Regards

    Tony

    in reply to: jqGrid and UI Tabs #85895
    tony
    Keymaster

    Hello,

    Thanks for this, but it seems very strange. As you can see we have uniquie Id, but the only think that I see is you maybe switch between the tabs (grid) to quick which couse the loading message not to close with fadeOut.

    Regards

    Tony

    in reply to: How can the key name ‘id’ be changed in saveRow() #85894
    tony
    Keymaster

    Hello,

    Before edit the row get the id of the column – let say myid, then

    myextraparam = {jqGridUIDCol:myid}

    $(“#mygrid”).saveRow(myid, false, myurl, myextraparam);

    When you post the value from jqgrid use

    in reply to: Remove the paging buttons in the edit form #85893
    tony
    Keymaster

    Hello,

    Search this form and you will find the answer.

    Regards

    Tony

    in reply to: How to reload edit form after submit #85892
    tony
    Keymaster

    Hello,

    afterSubmit :function(data, postdata) {

    if(some condituin) {

    $(“#mycount”).val(some_value)

    return [true,””,””]

    } else {

    return[false,”some error”,””]

    }

    Where my count is the name from colModel

    Regards

    Tony

    in reply to: DapePicker in cellEdit mode #85891
    tony
    Keymaster

    Hello,

    The same way as in the inline edit – see examples.

    Regards

    Tony

    in reply to: Safari – sometimes a missing pager #85890
    tony
    Keymaster

    Hello,

    I know about this. This is coused by the loader. The problem should be fixed if you place the jqGrid code at end of the body tag – i.e

    ….

    //jqGrid code here

    in reply to: Problem with setSelection #85889
    tony
    Keymaster

    Hello,

    If this is the case, then the only thing that I see is: What is going when you loop throught the records (for statements in the event). Could you please use the FireBug to see what is going here. If possible send me a link to the problem – tony at trirand dot com

    Regards

    Tony

    in reply to: django and jqgrid fields dict #85885
    tony
    Keymaster

    Hello,

    Testted and worked (if this is your data and colModel)

    jsonReader:

    jsonReader : {

    in reply to: Grid behavior in IE7 different then FF #85873
    tony
    Keymaster

    Hello,

    The same is in IE6. I confirm this. I will investigate this deeper – (maybe it is a IE “standart” behaviour or CSS issue)

    Thanks

    Regads

    Tony

Viewing 15 replies - 6,091 through 6,105 (of 7,981 total)

Stay connected with us in your favorite flavor!