tony

Forum Replies Created

Viewing 15 replies - 6,361 through 6,375 (of 7,981 total)
  • Author
    Replies
  • tony
    Keymaster

    Hello,

    Could you please try only this to be a sure that all subgrids are empty:

    afterInsertRow: function(rowid,rowdata,rowelem){

    in reply to: Part of code is not working on ie #85235
    tony
    Keymaster

    Hello,

    You should have a mail from me.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    I think that the problem is fixed. What return your afterSubmit event?

    Check your code. Also make a simple test:

    afterSubmit : function (data, postdata){

    return [false,”I return false”];

    }

    and then

    afterSubmit : function (data, postdata){

    return [true,””];

    }

    I think hat the common problem here is how you interpred data, usually you should do

    data.resoponseText

    Regards

    Tony

    in reply to: Inline Editting Problem #85233
    tony
    Keymaster

    Hello,

    That is exactly that I test currently- return false when enter key is pressed when saving the row.

    Regards

    Tony

    in reply to: Saving Search preferences #85232
    tony
    Keymaster

    Hello,

    Your problem is not connected with jqGrid.

    Regards

    Tony

    in reply to: checkbox not showing #85231
    tony
    Keymaster

    Hello,

    Try with pure grid only without any events?

    “Object doesn't support this property or method” – means that something is wrong with your code.

    Regards

    Tony

    in reply to: Line Selection + ID with “.” bug #85230
    tony
    Keymaster

    Hello LineOut,

    Thank you. Fixed.

    Regards

    Tony

    in reply to: Saving Search preferences #85212
    tony
    Keymaster

    Hello,

    Search data is a part of grid parameters.

    try getGridParam('searchdata') – it will give you the needed.

    Regards

    Tony

    in reply to: checkbox not showing #85211
    tony
    Keymaster

    Hello,

    Be a sure that the file is loaded. Also clear the cache- it should work.

    Regards

    Tony

    in reply to: Inline Editting Problem #85210
    tony
    Keymaster

    Hello,

    Should check some things about this problem. Thank you.

    REgards

    Tony

    tony
    Keymaster

    Sorry,

    Try this:

    $(”#”+rowid+” td:eq(0)”).empty().unbind(”click”)

    in reply to: Themeroller compatibilty #85203
    tony
    Keymaster

    Hello,

    This will be in 3.5 release which I expect to be done in end of March.

    Regards

    Tony

    in reply to: Submitting Add/Edit/Search on Enter key #85202
    tony
    Keymaster

    Hello,

    You can use onInitializeForm and attach a Enter to submit the form

    Use

    onInitializeForm : function(formid) {

    $('input',formid).keypress(function(e) {

    if(EnterKey is pressed) {

    $(”#sData”,formid).trigger(”click”);

    return false;

    }

    });

    }

    tony
    Keymaster

    Hello,

    Use onSortCol which is fired before populating the grid something like

    onSortCol(colname, colindes, sortorder) {

    if(some condition) {

    $(“#mygrid”).setGridParam({datatype:'json'});

    }

    }

    If you want to go back after this use loadComplete to set the datatype local.

    Regards

    Tony

    in reply to: Sorting images in background #85200
    tony
    Keymaster

    Hello,

    This will be changed when I make the grid compatible wit UI theme roller.

    Regards

    Tony

Viewing 15 replies - 6,361 through 6,375 (of 7,981 total)

Stay connected with us in your favorite flavor!