
Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
On 13 Nov., 17:02, "Nicholas Paldino [.NET/C# MVP]"
<m...@spam.guard.caspershouse.com> wrote:
> Rene,
>
[quoted text clipped - 5 lines]
> - Nicholas Paldino [.NET/C# MVP]
> - m...@spam.guard.caspershouse.com
Hello Nicholas
thanks for your answer.
I know i can do that :) but i would need to replace all existing grids
then.
My question was if there is some allready implemented feature that i
just wasn't able to find.
I mean that should be a very popular situation and i can't imagin its
not allready inside.
Nicholas Paldino [.NET/C# MVP] - 13 Nov 2007 16:34 GMT
Rene,
Are you triggering the sort through a call in code? If so, you can
create your own version of IComparer and pass that to the Sort method.
If not, then hooking to the event is really the only option you have.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> On 13 Nov., 17:02, "Nicholas Paldino [.NET/C# MVP]"
> <m...@spam.guard.caspershouse.com> wrote:
[quoted text clipped - 20 lines]
> I mean that should be a very popular situation and i can't imagin its
> not allready inside.
ReneMarxis - 24 Nov 2007 15:57 GMT
On 13 Nov., 17:34, "Nicholas Paldino [.NET/C# MVP]"
<m...@spam.guard.caspershouse.com> wrote:
> Rene,
>
[quoted text clipped - 31 lines]
> > I mean that should be a very popular situation and i can't imagin its
> > not allready inside.
No. the sorting is triggered by clicking on the headers