tony

Forum Replies Created

Viewing 15 replies - 1,111 through 1,125 (of 7,981 total)
  • Author
    Replies
  • tony
    Keymaster

    Oleg,

    I agree wit this and wil maybe revert the changes in treeGrid, so that they are compatible.

    Tony

    tony
    Keymaster

    Hello Oleg

    I think this should be additional checked, since I have made some changes in treeGrid regarding this before some days

    Tony

    in reply to: small bug in $.jgrid.checkValues #100776
    tony
    Keymaster

    Thanks Oleg.

    Tony

    in reply to: small bug with reading id=0 #100775
    tony
    Keymaster

    Hello Oleg,

    Thanks.

    Tony

    in reply to: 4.4.4 – Bug in Date validation #100860
    tony
    Keymaster

    Hello,

    Thanks for this. Also you

    in reply to: modal dialog problem in IE7 #100854
    tony
    Keymaster

    Hello,

    Sorry to say this, but IE6, IE7, IE8 support will be discountinued with next jQuery release – comming very soon.

    Here is the info

    As from version 4.4.4 of jqGrid does not support IE6 and with the next jQuery release we will not support IE7,IE8.

    Regards

    Tony

    in reply to: Missed IS NULL and IS NOT NULL in translation files #100853
    tony
    Keymaster

    Hello,

    Can you please add these and send me the updated language file.

    Thank you

    Regards

    Tony

    in reply to: autodetection of input JSON format #100852
    tony
    Keymaster

    Thanks Oleg,

    I will check this during the weekend.

    Best Regards

    Tony

    tony
    Keymaster

    Hello,

    Thanks for this post.

    In diffrence to the answer from jquery ui I will give you a solution.

    I do not thnik that this is a bug in jqGrid and uiAutocomplete. This is a way they work.

    The simple answer is jqGrid form edit and uiAutocomplete have diffrent initial zIndex where both are not in sync.

    Here is the solution. You have two options

    1. To change the zIndex of jqGrid Form which is default 950

    2. To change the zIndex of the uiAutocomplete (respectivley .ui-front) which default is 100

    1.

    jQuery(“#jqgrid_m”).jqGrid('navGrid','#jqpager_m',{edit:true,add:true,del:false,search:false,refresh:false},

    in reply to: jQuery 1.9.1, jQgrid 4.4.4 and editType select fails #100829
    tony
    Keymaster

    Hello,

    For me you will need first to see this change and correct your code.

    Also suppose you have other similar code not related with jqGrid which have exactley the same output, then you will need to change your code. Is this correct dear modest darkwarrior?

    Thanks for reporting.

    Regards

    in reply to: jQuery 1.9.1, jQgrid 4.4.4 and editType select fails #100826
    tony
    Keymaster

    Hello,

    This is not a jqGrid problem, since it do exactly this.

    Please look here.

    You will need to correct your server side code.

    in reply to: jQuery 1.9.1, jQgrid 4.4.4 and editType select fails #100824
    tony
    Keymaster

    Hello,

    I do not think that this is a jqGrid problem.

    This is rather a new behaviour of jQuery ajax

    Please look here

    Also please check your string whcih is returned from server.

    The simple test to see the error is to do this

    $.ajax({

    dataType: “html”,

    url: “departments.jsp”,

    success : function(data) {

    var a = $(data).html();

    }

    });

    in reply to: Loading JSON data… #100819
    tony
    Keymaster

    By the way you have some error in the code.

    Replace

    .navGrid('#grid-customers-pager',{ edit: false, add: true }, {}, {}, {}, {}, {}).inlineNav(“#grid-customers-pager”,{});

    with

    jQuery(“#grid-customers”)

    .jqGrid('navGrid','#grid-customers-pager',{ edit: false, add: true }, {}, {}, {}, {},

    in reply to: Loading JSON data… #100818
    tony
    Keymaster

    Hello,

    Not sure what you do and how you do it.

    Your example works perfectley at my end. I have copy paste your exmple and it works without modification.

    If you want I can post it online. Please check your response for other errors.

    By the way if you use jsonReader with repeatitems set to true (as in your case) you do not need to use jsonmap in colModel

    Regards

    tony
    Keymaster

    Hello,

    It seems to be a problem in IE.

    Here some links.

    In which version of IE is this. Does it happen in IE 10?

    Regards

Viewing 15 replies - 1,111 through 1,125 (of 7,981 total)

Stay connected with us in your favorite flavor!