tony

Forum Replies Created

Viewing 15 replies - 1,291 through 1,305 (of 7,981 total)
  • Author
    Replies
  • in reply to: ‘p.rownumbers’ is null or not an object on IE8 #100294
    tony
    Keymaster

    Hello,

    Thanks, but you use a very old version. This problem was fixed from long time.

    Thanks anyway.

    Regards

    in reply to: Form Edit a column which Uses Formatters #100293
    tony
    Keymaster

    Hello,

    I think that when you use edit type select it will be fine.

    With other words – use formatter select and edittype select with the appropriate options.

    Regards

    in reply to: Can’t get data JSON #100291
    tony
    Keymaster

    Hello,

    I have difficulties to understand the problem.

    What you want to post and from where?

    Maybe you will need to look at documentation here

    Regards

    tony
    Keymaster

    Hello,

    This setting is by default, so the grid has nothing to do.

    1. Set the caheset with meta tag in your html page

    2. When the data comes from the server be a sure you send a header with utf-8.

    In PHP before to output the data do:

    header(“Content-type: text/xml;charset=utf-8″);

    Regards

    tony
    Keymaster

    Hello,

    You can triger click to the cancel button.

    If I remember right the cancel button has a id = cData

    This is not good, since of multigrids with multi forms it will make problems with equal ids.

    This should be changed in the future.

    In order to overcome this – if the grid has id=GRID, then

    $(“#cData”, “#TblGrid_GRID_2″).click();

    Another way is to trgger click to the close buton. See which calss it has to perform this.

    Regards

    in reply to: Please Help/Advise: JqGrid and ASP.NET MVC 3 #100260
    tony
    Keymaster

    Hello,

    Please posy your question in the appropriate forum:

    Also maybe you will need top look here

    Regards

    in reply to: Error in jqgrid #100259
    tony
    Keymaster

    Hello,

    Publishing the entrie grid configuration will help.

    Do you use any other module like inline edit, form edit and etc?

    Regards

    in reply to: Pass parameters to Wcf restful service through JQGrid urgent #100258
    tony
    Keymaster

    Hello,

    Just for the record – please post what was the problem and how you have resolved it.

    Thank you.

    Regards

    in reply to: add support for jq mobile #100257
    tony
    Keymaster

    Hello,

    First preview is here:

    Monday, 1 October wil be the entrie Alpha release.

    Regards

    in reply to: Pass parameters to Wcf restful service through JQGrid urgent #100250
    tony
    Keymaster

    Hello,

    serializeGridData should return the same data as it accept as parameter – i.e not string – with other words replace

    return JSON.stringify(dataToSend);

    with

    return dataToSend;

    Regards

    in reply to: Grouping with subgrid feature… #100249
    tony
    Keymaster

    Hello,

    We have enabled this feature as of 4.3. It currently expiremental

    Just let us know if you find any problem using it.

    Thank you.

    Regards

    in reply to: [jQGrid 4.4.1] Date formatter doesn’t work properly #100248
    tony
    Keymaster

    Hello,

    Since ISO8601Long corresponds to =>Y-m-d H:i:s – did you think that your string correspond to the

    source date formatting? I do not tink so.

    Also I can not remember, but we support srcformat:u option since 4.2

    Not sure, but you will need to divide your date to 1000.

    Regards

    Tony

    in reply to: How to custom jqgrid search dialog #100247
    tony
    Keymaster

    Hello,

    Unfrotunatley this is not possible at the moment.

    Regards

    in reply to: Inline: custom editbutton, and delbutton #100237
    tony
    Keymaster

    Hello,

    Thanks – I can not confirm, but it can be done. Will see what I can do, but do not promise.

    Regards

    Tony

    in reply to: New Filter Options #100235
    tony
    Keymaster

    Hello,

    Not sure that I understand what you mean.

    Did you mean a string which is applied when search.

    Did you have look at search option – showQuery?

    See demo

    Searching => Show Query in search.

    Regards

Viewing 15 replies - 1,291 through 1,305 (of 7,981 total)

Stay connected with us in your favorite flavor!