Re: Feature request: context menu column sorting

From: Thom Brown <thombrown(at)gmail(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Feature request: context menu column sorting
Date: 2010-02-03 12:03:18
Message-ID: bddc86151002030403p75d8ee93i9ef3688db0dc376f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On 3 February 2010 12:00, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> On Wed, Feb 3, 2010 at 11:58 AM, Thom Brown <thombrown(at)gmail(dot)com> wrote:
> > On 3 February 2010 11:57, Dave Page <dpage(at)pgadmin(dot)org> wrote:
> >>
> >> On Wed, Feb 3, 2010 at 11:46 AM, Thom Brown <thombrown(at)gmail(dot)com>
> wrote:
> >> > Hi,
> >> >
> >> > Currently on pgAdmin III, to sort a column in the Edit data screen,
> you
> >> > have
> >> > to click on the filter icon (or select Sort / Filter from the Tools
> >> > menu)
> >> > and define sorts in there.
> >>
> >> Or right-click a column and select Sort Ascending or Sort Descending.
> >
> > Really? That doesn't work on mine (v1.10.1). I get greyed out
> > copy/paste/delete options.
>
> Right-click over the data, not the header.
>
>
D'oh! Still, I'd like to see that (or one relevant to a column, not a cell)
on right-clicking the header.

As for wxGrid, can't you use EVT_GRID_LABEL_RIGHT_CLICK on header to call
wxGrid::SetCellBackgroundColour or wxGrid::SetLabelBackgroundColour?

Thom

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2010-02-03 12:22:46 Re: Feature request: context menu column sorting
Previous Message Dave Page 2010-02-03 12:00:30 Re: Feature request: context menu column sorting