tony

Forum Replies Created

Viewing 15 replies - 7,246 through 7,260 (of 7,981 total)
  • Author
    Replies
  • in reply to: search url send method to server? #83374
    tony
    Keymaster

    Hello,

    1. You should apply this to you grid “mygridid” is just example.

    That is you should use: var sdata =

    $(”#rowed3″).getGridParam('searchdata');

    2. A good practice is to check what you have get and the apply

    the action by example

    if(sdata.length>0)

    in reply to: search url send method to server? #83372
    tony
    Keymaster

    var sdata = $(“#mygridid”).getGridParam(“searchdata”) Wink

    in reply to: to get Server answer #83371
    tony
    Keymaster

    Use afterSubmit event for this purpose.

    See docs

    Regards

    Tony

    in reply to: datepicker in search form #83369
    tony
    Keymaster

    Currently not possible.

    Regards

    Tony

    in reply to: function datatype #83368
    tony
    Keymaster

    Hello,

    That is really good. I will try to implement this.

    It will be very good if you post here example.

    Best Regards

    Thanks

    Tony

    in reply to: A few questions about using jqGrid #83367
    tony
    Keymaster

    Hello,

    1. You can change the image – i.e currently no.

    2. No

    Regards

    Tony

    in reply to: jsonreader can it read this? (Lotus Domino created JSON) #83366
    tony
    Keymaster

    Hello,

    I will try to check this

    in reply to: Grid Not Loaded on loadpage – Json #83365
    tony
    Keymaster

    Hello,

    Maybe you should check first what is returned from the server when

    page is loaded – is there any data. Are url

    in reply to: Word Wrap option at cell #83364
    tony
    Keymaster

    Hello,

    If you want to implement this only on particular row you can use

    afterInsertRow (or loadComplete) with setCell methods.

    If you want this to be implemented on the whole grid you should

    change wordwrap option in CSS.

    Regards

    Tony

    in reply to: Multiple Pagers #83363
    tony
    Keymaster

    Hello,

    Yes this have sence of course, but for me is difficult to implement all user

    requests. Some of them can be easy implemented other not.

    In generall – all is possible.

    Best regards

    Tony

    in reply to: Multiple Pagers #83358
    tony
    Keymaster

    Correction – sorry – You can not do that since the second pager could not

    be resized properly if you try to resize columns

    Regards

    Tony

    in reply to: Multiple Pagers #83357
    tony
    Keymaster

    You can define the second pager of class scroll, but can use only one

    for pagging and etc.

    Regards

    Tony

    in reply to: Trigger subgrid on row select #83356
    tony
    Keymaster

    You can use onSelectRow for this purpose and

    trigger a click to the img of subgrid column of that row.

    Regards

    Tony

    in reply to: Reading XML with more root tags #83355
    tony
    Keymaster

    Configure xmlReader for this purpose

    Regards

    Tony

    in reply to: Retrieving Row Data #83354
    tony
    Keymaster

    Hello there is a typo error here:

    You write:

    selRow = $('#absList').getRowData(selRecords[j]);

    IMHO it should be

    selRow = $('#abslist').getRowData(selRecords[j]);

    Correcting this work as expected.

    Regrds

    Tony

Viewing 15 replies - 7,246 through 7,260 (of 7,981 total)

Stay connected with us in your favorite flavor!