tony

Forum Replies Created

Viewing 15 replies - 2,476 through 2,490 (of 7,981 total)
  • Author
    Replies
  • in reply to: How to set up toolbar with gridimport? #94520
    tony
    Keymaster

    Hello,

    The simple test on this is. Create a grid with option like you provide. Then use export as jsonstring and see how this is exported.

    Best Regards

    Tony

    in reply to: BBQ integration checked into github #94519
    tony
    Keymaster

    Hello Craig,

    First of all Thanks for this addition. I will try to test it too and give a feedback.

    Best Regards

    Tony

    in reply to: Adding support for file upload #94518
    tony
    Keymaster

    HEllo,

    You can look here.

    Forum

    Best Regards

    Tony

    in reply to: Multiple jqGrids — Movable, Draggable, and Sizable #94517
    tony
    Keymaster

    Hello,

    First of all thank you very much for this lession and addition.

    I'm really surprised on this and will go to test it.

    Also for the last “BIG PROBLEM”

    in reply to: XLS and jqGrid #94516
    tony
    Keymaster

    Hello,

    This is not possible.

    Regards

    Tony

    in reply to: how can load data by local file(json or xml file) #94515
    tony
    Keymaster

    Hello,

    datatype: “xml”

    url : “here your url”

    Regards

    in reply to: file upload again #94514
    tony
    Keymaster

    Hello,

    here is a little code sniplet which works ok in my app using the phpletter plugin

    onInitializeForm : function(formid)

    {

    //These are needed for fileupload plugin
    $(formid).attr(“method”,”POST”);
    $(formid).attr(“action”,””);
    $(formid).attr(“enctype”,”multipart/form-data”);
    // Create a button bellow the file field
    $(“
    “).insertAfter(“#fileToUpload”,formid);
    // bind a event
    $(“#buttonUpload”,formid).click(function(){

    in reply to: date input in toolbar-searching #94513
    tony
    Keymaster

    Hello,

    Try to use

    searchOnEnter : false

    in the filterToolbar method.

    Regards

    Tony

    in reply to: to show a record as a tree #94512
    tony
    Keymaster

    Hello,

    I think this is possible, but you should organize your data in appropriate way.

    Tony

    in reply to: Adding & Deleting rows #94511
    tony
    Keymaster

    Hello,

    There are plans to do these, but not in 3.7 release. Also If you want to work on this I recommend you to use the code from 3.7 beta. We have do some changes in treegrid code.

    Best Regards

    Tony

    in reply to: grid scroll bar column sits outside of grid parent #94510
    tony
    Keymaster

    Hello,

    Initially we use innerWidth to determine the width of the parent element.

    By definition innerWidth has the following:

    Returns the width of the browser's client area, including the vertical scrollbar, if rendered.

    http://help.dottoro.com/ljkfqbqj.php

    It seems like we should use the clientWidth

    Will test this

    Best Regards

    Tony

    in reply to: addRowData fails to add row number #94509
    tony
    Keymaster

    Hello,

    Thank you. Yes I confirm it is a bug. It is fixed in GitHub – 3.7 version

    Best Regards

    Tony

    in reply to: after reload the sort can’t work well #94508
    tony
    Keymaster

    Hello,

    The sorttype: 'int' have sense only if you use local data (i.e array) I think the problem is in you server side code.

    Regards

    Tony

    in reply to: Dublicate row after horizontal scroll #94486
    tony
    Keymaster

    Hello,

    Thanks. The bug is fixed in 3.7 beta.

    Regards

    Tony

    in reply to: Problem: json and jqGridImport #94485
    tony
    Keymaster

    Hello,

    To see what is happen.

    Configure a grid with events and then use the build grid export. See how the functions are configured. Then import the same string to see if everthing work.

    Regards

    Tony

Viewing 15 replies - 2,476 through 2,490 (of 7,981 total)

Stay connected with us in your favorite flavor!