tony

Forum Replies Created

Viewing 15 replies - 6,766 through 6,780 (of 7,981 total)
  • Author
    Replies
  • in reply to: jsonreader can it read this? (Lotus Domino created JSON) #84397
    tony
    Keymaster

    Hello,

    Will check this. Maybe it is not connected with the css.

    Regards

    Tony

    in reply to: editoptions in jqgrid #84396
    tony
    Keymaster

    Hello,

    Try to echo the result and see what you have. See what you

    output with this PHP code is compatible with the options.

    Also if you make pure PHP

    echo $row[tax];

    What you have?

    Regards

    Tony

    in reply to: Redisplaying saved data grid #84395
    tony
    Keymaster

    Hello,

    What is the error, that you recieve? With setGridParam you can

    set anything possible including onSelectRow. I have successifully

    implement in the development version of jqGrid the stringify and for

    now it works fine. I suppose that you make eval of the string, before

    passing it to jqGrid.

    If possible before passing this parameters to the grid – check them to

    see what you have. Also check what you have as string after stringify.

    Regards

    Tony

    in reply to: Text overflow not working. #84394
    tony
    Keymaster

    Hello,

    Check to see if you do not predefine some properties in css

    for the table data.

    Try to use only jqGrid to see what is this or exclude any other

    CSS except grid.css

    Regards

    in reply to: Calling setColProp from within OnInitializeForm #84393
    tony
    Keymaster

    Hello,

    onInitializeForm is the right place for this.

    I never try this, but why not use editoptions like this

    editoptions : { onChange: myfunc(this.value)…}

    editoptions are added as atribute of every alement

    Regards

    Tony

    in reply to: Grid as SubGrid – beforeShowForm – Set Value #84392
    tony
    Keymaster

    Hello,

    Sorry but It is difficult to understand.

    What is FK index?

    Where is your add button? Where the user click to add

    in reply to: ui.datepicker.js Version 3.4 not working #84391
    tony
    Keymaster

    Hello,

    This is connected with the behavior of the modal – If you

    click outside of modal – the modal is closed. If you do not want this

    happen – set the modal option to true – i.e modal:true in the parameters

    of the editing and adding.

    Regards

    Tony

    in reply to: reload grid from popup #84390
    tony
    Keymaster

    Hello,

    Could you please be a more specific? What you try to do?

    I do not understand

    Regards

    in reply to: Images in ToolBar IE 7 and 8 #84389
    tony
    Keymaster

    Hello,

    Thanks will check this. But first – could you please define pure html table

    and perform this operation – I feel that this is not jqGrid problem.

    Regards

    Tony

    in reply to: Bug drag edit popup. #84388
    tony
    Keymaster

    Hello,

    It is connected with jqDnR.js – I have upgrade to the latest jqDnR and have make changes which disables the opacity. Will publish bug fix soon.

    (Maybe at end of this week)

    Regards

    Tony

    in reply to: A new Tree Grid component #84372
    tony
    Keymaster

    Hello,

    be a sure that jqModal.css is loaded.

    Regards

    Tony

    in reply to: Searching with parameters #84371
    tony
    Keymaster

    Hello,

    Go into the demo page and look.

    Regards

    Tony

    in reply to: Dynamically adding Fields to the Edit Form #84370
    tony
    Keymaster

    Hello,

    It is a little difficult, but not impossible.

    When you want to add fields? – everey time you open a form or

    only once when is already created.

    When once use onInitializeForm , when every time you can use

    beforeShowForm

    I will use onInitializeForm and suppose you want to add field

    after the field “myfield”

    in reply to: is it possible to have 100% width #84369
    tony
    Keymaster

    Hello,

    If this does not help we can use another approach.

    After creating a grid

    outerwidth = $(”#outer”).width();

    (“#mygrid”).jqGrid({

    }).setGridWidth(outerwidth);

    Regards

    Tony

    in reply to: ui.datepicker.js Version 3.4 not working #84368
    tony
    Keymaster

    Hello,

    This is z- index issue. Check the z-index of ui datepicker. By default

    the modals use zindex 950. You can control this setting the zIndex

    property as parameter for the edit and add dialogue or simple change

    the zindex in css of ui datepicker

    Regards

    Tony

Viewing 15 replies - 6,766 through 6,780 (of 7,981 total)

Stay connected with us in your favorite flavor!