tony

Forum Replies Created

Viewing 15 replies - 6,421 through 6,435 (of 7,981 total)
  • Author
    Replies
  • in reply to: How to get value of checkbox. #85097
    tony
    Keymaster

    Hello,

    editoptions: { value: “True:False”} …

    Regards

    Tony

    in reply to: Images in grid and sizeable column height #85094
    tony
    Keymaster

    Hello,

    Maybe you can use the afterInsertRow event for this purpose.

    Also check the parameters for this event. One of them is the id. The id is actuall the tr element. With jQuery it is easy:

    $(“#the_id_from_afterInsertrow”).css(“height”,”175px”);

    Use the same event to attach your own mouseover event.

    Regards

    Tony

    in reply to: How to get value of checkbox. #85093
    tony
    Keymaster

    Hello,

    Right now I understand what you mean 🙂

    When you use the formater the possible values returned from the server (or array) can be true/false, yes/no, 1/0, on/off – I see you use -1 which will retun unexpected results. Also a good idea in this case is (not documented – sorry) to set a editoptions values for the checkbox instead that they is not editable.

    Maybe I need to change the unformat function (wich is used in getCell) for checkbox the same way as for formatter.

    Thank you.

    Regards

    Tony

    in reply to: jqgrid with Cold Fusion Samples #85092
    tony
    Keymaster

    Hello,

    First – it is a good idea to start with documentation.

    Hint use setGridParam method and postData array to do that.

    Regards

    Tony

    in reply to: Part of code is not working on ie #85091
    tony
    Keymaster

    Hello,

    Check for not needed comas. It is not neccesary that this error is in this line.

    Also try first with one grid and if all goes ok try to inlude the second grid with minimal options as possible.

    Regards

    Tony

    in reply to: Editing in detail grid #85090
    tony
    Keymaster

    Hello,

    What is the error from FireFox? Also try to use FireBug to see where exactly is the error.

    Regards

    Tony

    in reply to: Testing Date Formatter Masks (3.4 beta 2) #85089
    tony
    Keymaster

    Hello,

    In the same place grid.locale-XX.js

    Look into the $.jgrid.formatter – the date property.

    Regards

    Tony

    in reply to: Cell and Header auto sizing? #85088
    tony
    Keymaster

    Hello,

    Every help is welcome.

    Thank you

    Regards

    Tony

    in reply to: Multiselect Option #85087
    tony
    Keymaster

    Hello

    There is no event onClickRow. Try with onSelectRow

    Regards

    Tony

    tony
    Keymaster

    Hello,

    Currently subgrid does not accept xmlstring and jsonstring parameters.

    I will try to correct this in final 3.4 release

    Thank you

    Regards

    Tony

    in reply to: Column Sorting #85085
    tony
    Keymaster

    Hello,

    Try with

    sortorder: “asc”

    and not with

    sortorder: “Asc”

    Regards

    Tony

    in reply to: Search stopped working #85073
    tony
    Keymaster

    Hello,

    Please use beta 2 which support jQuery 1.3.1

    Regards

    Tony

    in reply to: selectbox instead of textfield in navigator #85068
    tony
    Keymaster

    Hello,

    It is a good idea, but imagine when we have more than 200 pages

    Regards

    Tony

    in reply to: disable title #85067
    tony
    Keymaster

    Hello,

    If you do not use jqGrid how do you achive this? I'm very interested, or maybe I do not understand right

    Regards

    Tony

    in reply to: Images in grid and sizeable column height #85066
    tony
    Keymaster

    Hello,

    You can do that using the events and methods provided with the grid. Also refer to the documenatation

    Regards

    Tony

Viewing 15 replies - 6,421 through 6,435 (of 7,981 total)

Stay connected with us in your favorite flavor!