That wasn't in What's New for 3.4.2, which is why I didn't spot it. I was previously using 3.4 beta2, which was fine, but do have a custom stylesheet.
Many thanks.
In which documentation set Tony?
Can't see anything obvious as to why the caption layer is no longer displaying in the blog, PDF or http://www.secondpersonaplural.ca docs
Can't you just tell us?
The same has happened to me updating from 3.4beta2 to 3.4.2.
There's nothing obvious in the What's Changed section for this release.
I suspect Tony has documented this somewhere in the online docs, rather than the slightly out-of-date PDF, which relates to 3.4.1.
I'll start searching through the 92 pages of online docs to see if I can find what's changed. The trouble is, this is not machine searchable.
Okay, I think I have a solution for this and that's to use the new beta multiboxonly functionality and to only perform my “display message” functionality using the onCellSelect action when the col_id!=0 (i.e. the checkbox column provided by multiselect).
Hmm… doesn't work as onCellSelect doesn't fire if multiselect and multiboxonly are true. That doesn't seem right, so I'll raise the issue in the Beta Help thread.
If this is the multiboxonly functionality with multiselect, then this is not what I need although I have tested it and it works as it probably should.
In my case I want the onSelectRow to fire when I click on the row, but *not* when I click on a checkbox I've placed in the row myself. Using multiboxonly achieves the opposite result – the onSelectRow only fires when I check the box
I think a good solution would be to pass in the row_id and cell_id to onSelectRow and then I can ignore any click made in the cell with my checkbox inside.
jqGrid works on the assumptionthat clicking on a row selects the row. I'd like to perform an action when I click on the row, but not select it until I click on the checkbox, so I suppose another method would be to have a onClickRow event, which overrides onSelectRow.
Tony,
Did this ever get done or is it in the next release? It would solve the problem I've raised as a feature request I think.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top