RobGMiller

Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Author
    Replies
  • in reply to: Change css of select dropdown in editable column #97505
    RobGMiller
    Participant

    editoptions: { style: “width:100px” }

    in reply to: Determine Column ID by name. #85750
    RobGMiller
    Participant

    The PDF documentation specifies that the getCell function requires a column number and not a name but according to the “on line” Documentation the getCell function can now accept an ID or a Name as the setCell function does.

    in reply to: Subgrid enable, disable by row. #85573
    RobGMiller
    Participant

    Gee… I wasn't suggesting that you do something about it this quick. I was going to find a way to do it myself if you gave me a clue where to start.

    However, since you sound eager to do it and the release is soon enough, I will leave it to wait for your changes.

    in reply to: IE-8 Beta #85358
    RobGMiller
    Participant

    This topic has been posted for a couple of weeks now. Not many have looked at it and no one has replied.

    in reply to: conditional editCell #85342
    RobGMiller
    Participant

    After reading a suggestion in this forum, I tried to use beforeEditCell to detect the value of the conditionnal field. It will run a function that tests the conditionnal field and returns true or false. As follows:

    var allowedit = true;

    if ($.isFunction($t.p.beforeEditCell)) {

    in reply to: Debugging – your methods #85291
    RobGMiller
    Participant

    You can use Visual Studio Web Development Express with IE.

    in reply to: How to get value of checkbox. #85101
    RobGMiller
    Participant

    The following did not work either even though the JSON data for this field is “True” or “False”:

    {label: 'APR', name: 'APR', index: 'Approved', width: 35, formatter: 'checkbox', editoptions: { value: “True:False”}, align: 'center' }

    when the formatter:'checkbox' option is set then the only return I can get is

    in reply to: Column Sorting #85096
    RobGMiller
    Participant

    Bingo!

    Definetly need to pay more attention to case sensitivity of javascript.

    Thanks again Tony,

    in reply to: How to get value of checkbox. #85095
    RobGMiller
    Participant

    Hi Tony,

    in reply to: Column Sorting #85084
    RobGMiller
    Participant

    Hi Tony,

    The following is how the grid is configured: (truncated as much as possible)

    (”#ETSMonth”).jqGrid({

    in reply to: How to get value of checkbox. #85079
    RobGMiller
    Participant

    Not exactly sure what you mean by incompatible or currently edited elements.

    in reply to: Grid as subgrid changes row id numbers in main grid #85040
    RobGMiller
    Participant

    Thanks Tony,

    in reply to: cell editing technique. #84992
    RobGMiller
    Participant

    Thanks for the reply Tony,

    in reply to: editRow – extraparams syntax #84948
    RobGMiller
    Participant

    Hi Tony,

    in reply to: Horizontal Scrool Bar #84939
    RobGMiller
    Participant

    Pajolsta for your reply Tony,

    It will have to be resolved sooner or later but it is not my priority right now. I will look into it if no one else does. For now, I am trying to get basic functionality working.

Viewing 15 replies - 1 through 15 (of 16 total)

Stay connected with us in your favorite flavor!