sorting on a column in wx.grid.Grid

Hello again,

Is there a good reference/example that will show me how to sort a Grid when
the column header is clicked/double-clicked?

Thanks,
Mike

···

--
Michael P. Soulier <msoulier@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein

You could look at the code for the Dabo dGrid class. We've already worked out column sorting, rearranging column order, etc. If you can't use the Dabo classes, which already have all that and more built-in, you could certainly save yourself a lot of development time by looking at what we've done.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com

···

On Feb 19, 2006, at 10:37 AM, Michael P. Soulier wrote:

Is there a good reference/example that will show me how to sort a Grid when
the column header is clicked/double-clicked?