Overton

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • in reply to: Documentation #83254
    Overton
    Participant

    Putting the docs into a wiki instead of a read-only format like the one you've used would make it easier to keep up-to-date and searching much easier.

    I just spent a couple of hours debugging the altRows problem that had already been identified and fixed because the fact that this bug was known and that there was even a new release post 3.2 that fixed were difficult to find (until you know where to look.)

    I would be willing to help with this as I have set up wikis many times, including http://warengine.darktortoise.com by way of example.

    in reply to: alternate row colouring not working #83247
    Overton
    Participant

    Line 512 includes the “each” function:

    […].each( function( j ) {Note the use of “j” as the counter.

    Line 537 has:

    if(i%2 == 1) row.className = cn;The reference here is to “i”.

    in reply to: alternate row colouring not working #83246
    Overton
    Participant

    I am using version 3.2 and edited my previous post regarding this problem.

    in reply to: alternate row colouring not working #83245
    Overton
    Participant

    Line 537 reads as

    if(i%2 == 1) row.className = cn; $(row).addClass(“jqgrow”);(Both statements are actually on one line.) Evaluating “i” in my application has it come up as undefined, so the “alt” class name, assigned via the “cn” variable never gets assigned.

    in reply to: Values in sidx #83036
    Overton
    Participant

    Have you considered using a wiki format for the documentation?

Viewing 5 replies - 1 through 5 (of 5 total)

Stay connected with us in your favorite flavor!