Way to remove or hide selection box from wxGird?

Is their any way of removing the cursor (blue box around selected cells) in
a wxGrid? I have tried both:

grid.ClearSelection()
grid.HideCellEditControl()

Neither of them seam to do the job. I would like the selection box to be
completely absent from my grid.

Henry Grantham wrote:

Is their any way of removing the cursor (blue box around selected cells) in
a wxGrid? I have tried both:
grid.ClearSelection()
grid.HideCellEditControl()

Neither of them seam to do the job. I would like the selection box to be
completely absent from my grid.

  grid.SetCellHighlightPenWidth(0)

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!