tony

Forum Replies Created

Viewing 15 replies - 7,261 through 7,275 (of 7,981 total)
  • Author
    Replies
  • in reply to: search function dont work? #83353
    tony
    Keymaster

    Hello,

    The rest of docs says:

    When the find button is clicked, jqGrid adds three parameters to the url,

    in name=value pairs:

    • sField: the 'searchField', the value comes from the index in colModel
    • sValue: the 'searchString', the value is the entered value
    • sOper: the 'searchOper', the value is the type of search – see sopt array, below
    in reply to: search function dont work? #83349
    tony
    Keymaster

    Hello,

    maybe you should check your script – also try first without jqGrid – what is

    the result? The reasons could be 1001.

    Regards

    Tony

    in reply to: JSON Formatting #83348
    tony
    Keymaster

    Hello,

    Do you have checked the *standart* way?

    I think it shouldl work, since after getting the json data I make a standart

    javascript eval on the request which bring you to what you want.

    Regards

    Tony

    in reply to: IE7 bug on edit row #83346
    tony
    Keymaster

    It is corrected in the last version.

    in reply to: Retrieving Row Data #83345
    tony
    Keymaster

    Hello,

    If poosible could you please prepare a test page for this. If you can do this

    please include the development version of jqGrid.

    Kind Regards

    Tony

    in reply to: unable to change sortable col #83344
    tony
    Keymaster

    Hello,

    I make a decision to add parameter in common grid params which

    check the state of the grid. Maybe it name will be

    gridstate with values – visible or hidden. This way we can check the state

    of the grid with getGridParam.

    Regards

    Tony

    in reply to: About id=”_empty” row #83336
    tony
    Keymaster

    Hello

    Do you add class “scroll” to that table before

    in reply to: “Group by” feature #83335
    tony
    Keymaster

    Hello,

    I will add this in the ToDo list. Currently I work an synchronization

    of very usefull modules contrubuted from the community.

    Regards

    Tony

    in reply to: Upload file #83334
    tony
    Keymaster

    Hello,

    To be a honest never try to construct this, but I hope that

    in reply to: printing support #83333
    tony
    Keymaster

    Hello,

    I think that this is a “little” difficult. Printing from html is a not trivial task.

    You can construct you own printing function. You have all the needed

    data and can construct what you want.

    Regards

    Tony

    in reply to: Retrieving Row Data #83332
    tony
    Keymaster

    Hello,

    I think that the problem is here:

    var selRecords

    in reply to: Add the ability to NOT load data immediately #83330
    tony
    Keymaster

    …jqGrid({…

    datatype: “clientSide”

    }).setGridParam({datatype:”xml”}).trigger(“reloadGrid”)

    in reply to: Inline Datepicker #83326
    tony
    Keymaster

    When you disable the focus as of my previous post you can play

    with oneditfunction which calls the datepicker –

    just try to play with this Wink

    Regards

    Tony

    in reply to: Inline Datepicker #83324
    tony
    Keymaster

    See my previous post

    in reply to: Inline Datepicker #83322
    tony
    Keymaster

    As you see all work in this case. The problem is that the date field

    is first fileld and jqGrid set the focus to the first field, but suprise we have

    datepicker which unbind the focus from jqGrid.

    You can resolve this if you disable the focus in jqGrid

    just comment line 41 in grid.inlinedit.js

    I will make this as defaults since there are other problems with this.

    Regards

    Tony

Viewing 15 replies - 7,261 through 7,275 (of 7,981 total)

Stay connected with us in your favorite flavor!