I couldn't figure out what is controlling the row highlighting in the examples.
1. the array-grid has zebra stripes for alternating rows.
2. the array-grid highlights the row when hovering over it and another when the row is clicked.
Is there something intrinsic to the type of grid that dictates this behavior? Probably not because the grid3 example doesn't alternate row zebra strip either.
I see the css style that is rendering the behavior above, I just don't see how it is or is not assigned.
Thanks both worked beautifully, but I think the EditorGridPanel defaults trackMouseOver to false (so either a mistake in the API Docs or a bug in the class?). I can add a post to the wrong/missing doc thread if either of you confirm?