tony

Forum Replies Created

Viewing 15 replies - 4,126 through 4,140 (of 7,981 total)
  • Author
    Replies
  • in reply to: Move Data from one grid to another #90901
    tony
    Keymaster

    Hello,

    Could you please try this:

    $('#campaign-moveup').click(function() {

    in reply to: How to handle dynamic colModel ? #90900
    tony
    Keymaster

    Hello,

    Sorry but I do not understand what you exactley mean with dynamic colModel.

    If you want this to happen after every request – i.e. after you use pagging sorting and etc., this is not possible.

    The type of error definetley say that you have diffrent definition of colModel and colNames.

    In order to solve this problem, you can remove the colNames definition from grid parameters and use the label attribute in colModel something like this.

    ….

    var t = “{label: \”Mylabel\” name:” + “\'Act\',” +”

    in reply to: jqGrid and Drag and Drop #90899
    tony
    Keymaster

    Hello,

    This a very strange, moreover that you have everthing checked when you download the grid.

    Could you please send me a link to the problem?

    Best Regards

    Tony

    in reply to: jqGrid JSON page BLANK – Help needed #90898
    tony
    Keymaster

    Hello,

    For this type of response you will need to configure the jsonReader.

    More you can finsd here:

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#json_data

    Best Regards

    Tony

    in reply to: Refresh Grid Ajax Options #90897
    tony
    Keymaster

    Hello,

    Initially this is empty object waiting for you to fill them. You can do this in grid parameters

    $(“#mygrid”).jqGrid({

    ….

    ajaxGridOptions : {async:false,…..} // put all ajax availabe optiions that you want

    });

    Tony

    in reply to: Multiselect and form editing #90896
    tony
    Keymaster

    Hello,

    Very interesting requirment. I think there is solution –

    in reply to: Colspan on header #90895
    tony
    Keymaster

    Hello,

    colspan currently is not supported.

    About the seconfd you can use the css – look at

    in reply to: FormEdit only working in IE8 Compatibility View #90894
    tony
    Keymaster

    Hello,

    For me this is strange. Moreover, you say that you have the same behaviour when you run the online examples. This the first post that say that the examples does not work in IE8. In my IE8 everthing seems to work ok. Also IMHO the reson can lie in the some browser configuration, but I could not

    in reply to: response from editgridrow #90893
    tony
    Keymaster

    Hello,

    Depending on what you return from server you should use either

    response.responseText or response.responseXML

    Regards

    Tony

    in reply to: Couple of Tree Grid queries #90892
    tony
    Keymaster

    Hello Romyn,

    Sorry I should missed your post in some reason.

    About the first – there is no ready way – I should make some experiments in order to answer of this. The first that come in mind is to play with scrollTop, but …

    About the second – in order to work this you should call getInd method with second parameter to true. If called your way it return the rowIndex, but if set to true we return the row element – something like this

    var record = mygrid.getInd(“O_002”,true);

    Best Regards

    Tony

    in reply to: onclicksubmit not fired #90891
    tony
    Keymaster

    Hello,

    onclickSubmit should be added in editGridRow method and not as grid parameter.

    More you can find here:

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing#editgridrow

    Regards

    Tony

    in reply to: json data + extra #90890
    tony
    Keymaster

    Hello,

    I think that you can use loadComplete. In this event we pass the response from the server.

    Also good ide IMHO is to use a userData array wher you can store this varable(s) and put it after the request where you want.

    Best Regards

    Tony

    in reply to: Using enter to save a row and to add a new line in textarea #90889
    tony
    Keymaster

    Hello,

    Thanks. We have actually this feature in fom editing. Will see if I can implement it in inline edit to.

    Best Regards

    Tony

    in reply to: Maintain tree state after a node is added #90888
    tony
    Keymaster

    Hello,

    These methods are not easy to be added

    1. because we need to do them for the buth method nestted set and adjacency

    2. we do not know actually if we do it at client side the sync with server is the same

    Instead I will try to do these for 3.7 releases.

    Best Regards

    Tony

    in reply to: “minLength” and “maxLength” #90887
    tony
    Keymaster

    Hello,

    Not sure what you mean with mutiple variables. Also look in the demo site. I will update the demo files after publishing 3.6.1

    Best Regards

    Tony

Viewing 15 replies - 4,126 through 4,140 (of 7,981 total)

Stay connected with us in your favorite flavor!