tony

Forum Replies Created

Viewing 15 replies - 4,276 through 4,290 (of 7,981 total)
  • Author
    Replies
  • in reply to: setGridParam ‘page’ in loadComplete #90464
    tony
    Keymaster

    Hello,

    I think that the problem is in the response from the server. Could you please check this. Every element is recalculated

    in reply to: cell edit custom validation #90463
    tony
    Keymaster

    Hello.

    Maybe you can use the custom validation introduced in 3.6

    Regards

    Tony

    in reply to: Dropdown changes dynamically #90461
    tony
    Keymaster

    Hello,

    Do you have check in FireBug if the request is posted?

    Also you should use load with care. Try to use the pure $.ajax and see the result.

    Regards

    Tony

    in reply to: How to add “infinite” ‘localdata’? #90460
    tony
    Keymaster

    Hello,

    Thanks for the second. Will check it.

    Best Regards

    Tony

    in reply to: Select value not displayed on cell change #90459
    tony
    Keymaster

    Hello,

    In which browser. Do you use some modal widget? How and in which way do you call loadPropertyDefinition – is it a part from something else?

    Regards

    Tony

    in reply to: TreeGrid with local data #90457
    tony
    Keymaster

    Hello,

    Another posssible trick is to use a datatype as function if you have a array of the values as described in the first post.

    This can be something like:

    arraytreedata = [{….},{…}…]; // here the values. note that in this case jsonReader should be set as repeatitems to false.

    $(”#mygrid”).jqGrid({

    ….

    treeGrid: true,

    datatype: function (postdata) {

    var grid = $(”#mygrid”)[0];

    grid.addJsonData(arraytreedata);

    },

    });

    I think you see my point.

    Regards

    Tony

    in reply to: Save Width to database after resize #90456
    tony
    Keymaster

    Hello,

    Check what is new in 3.6 release and documentation. I have added a event after resizing a column.

    Regards

    Tony

    in reply to: TreeGrid in 3.6: FF vs IE #90455
    tony
    Keymaster

    Hello,

    Could you please post your code and the response from the server?

    Also a link to the problem is recommended.

    Thank you regards

    Tony

    in reply to: Search toolbar datepicker field issue in IE #90454
    tony
    Keymaster

    Hello,

    Sorry, but I think that this is datepicker issue. The datepicke is attached in standart way. So could you please test it in a form without jqGridr. Do we have the same behaviour. (in order to test the non jqGrid form try to submit it with enter key)

    Regards

    Tony

    in reply to: Documentation for datefmt isn’t close to correct #90452
    tony
    Keymaster

    Hello Sam,

    Thanks for this – you are right. I will correct this.

    One more words. One of the reason to have Wiki Documenation is that the users can change it and correct it and you are free to do this.

    Best Regards

    Tony

    tony
    Keymaster

    Hello,

    Could you please try with 3.6 version of jqGrid

    Thanks

    Tony

    tony
    Keymaster

    Hello,

    This is actually bug in sortable. Sortable rows can not be used in Chrome and Safari too. Will see how to fix it. There is a ticket in jQuery UI track, which is not resolved untill now.

    Regards

    Tony

    in reply to: Unable to use formatter #90426
    tony
    Keymaster

    Hello,

    Could you please post the response from server?

    Also another check – Open jquery.jqGrid.js with text editor and see the line

    Modules: ….

    Check if you have jquery.fmatter.js here.

    Regards

    Tony

    in reply to: custom formating of data provided by dataUrl #90425
    tony
    Keymaster

    Oleg,

    Thanks . Fixed. Also removed new Date from data.

    Best Regards

    Tony

    in reply to: how to create Dynamic Checkbox #90421
    tony
    Keymaster

    Hello,

    There is no dataUrl for checkboxes.

    You will need to provide this before calling the grid or (becouse they are only two simpe values) just to write

    name:'id',index:'id', width:150, editable:true,formoptions:{ rowpos:1, elmprefix:”(*)”},edittype:”checkbox”, editoptions:{value:”Yes:No”}

    Regards

    Tony

Viewing 15 replies - 4,276 through 4,290 (of 7,981 total)

Stay connected with us in your favorite flavor!