tony

Forum Replies Created

Viewing 15 replies - 7,276 through 7,290 (of 7,981 total)
  • Author
    Replies
  • in reply to: Inline Datepicker #83321
    tony
    Keymaster

    Sorry,

    I mean to replace the places of Date and Weight or simply make first colum editable.

    in reply to: Inline Datepicker #83319
    tony
    Keymaster

    Could you plese include the development version of module

    grid.inlinedit.js in the site so I can make some test.

    Just for testing try to set the date field as second visible row

    and not as first.

    Regards

    Tony

    in reply to: Sort in Local Machine – How to do… #83313
    tony
    Keymaster

    Use option loadonce:true

    Also see docs

    Regards

    Tony

    in reply to: datepicker & add row/ edit row forms? #83312
    tony
    Keymaster

    Hello,

    You can use the serch button here in the forum – word datepicker.

    Regards

    Tony

    in reply to: SaveRow ID: make it changeable! #83311
    tony
    Keymaster

    Thank you for this. It have sense, but require a very carefully

    investigation. We should change all the modules in appropriate way

    Reagrds

    Tony

    in reply to: add a custom button to the pager #83310
    tony
    Keymaster

    Thanks for this bug. I will correct this adding tooltip option in the method

    Regards

    Tony

    in reply to: Toolbars in subgrid #83309
    tony
    Keymaster

    If you data is local (i.e array) loadComplete does not have sense (and

    is never called).

    If you add data localy I sugest you to modify the needed cell before inserting

    the data. You can construct this easy with your own adddata method in

    which you can do this.

    Regards

    Tony

    in reply to: jqGrid and Validate #83308
    tony
    Keymaster

    Use beforeSubmit event for this purpose. See docs

    in reply to: problem with search box in IE #83307
    tony
    Keymaster

    Not sure what happen here, but try to change the position in jqModal.ccs

    from fixed to absolute.

    Regards

    Tony

    in reply to: question about the select menu in the edit section #83306
    tony
    Keymaster

    Try this

    {value:”'1':male;'2':female”}

    in reply to: problem with search box in IE #83298
    tony
    Keymaster

    Hello,

    This comes on how you set the font in your page.

    So on some apps this should work ok, bit in another app on the same machine and in the same browser no.

    I do not answered here becouse there is a option to ajust

    the width and height of this window. Also a good start point here is first

    to read the docs.

    Best Regards

    Tony

    in reply to: Special / extended ASCII characters make datagrid empty #83297
    tony
    Keymaster

    Hello,

    This problem is not related to jqGrid and jQuery at all.

    Also some notes.

    1. You must sure that after the connection you have the

    appropriate encoding. In PostgreSQL and MySQL I usually use

    SET NAMES = utf8 command.

    2. The database should be in UTF8

    3. Before sending the data you must send the appropriate header

    in PHP I use header function

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

    4. Also in xml you should set this

    Best Regards

    Tony

    in reply to: Hide Column but have it appear in the edit dialog #83296
    tony
    Keymaster

    Hello,

    There is such way. Also you should apply the option editrules – i.e

    editrules:{edithidden:true}

    For more information refer to the news and docs

    Regards

    Tony

    in reply to: How to fix these errors #83295
    tony
    Keymaster

    Hello,

    Do you have tested the code that I have write here?

    Regards

    Tony

    in reply to: Found and corrected a bug in saveRow #83294
    tony
    Keymaster

    Hello,

    there is such callback – the name is aftersavefunc and is parameter in

    saveRow. Also check the docs.

    Regards

    Tony

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

Stay connected with us in your favorite flavor!