Oops, sorry! I thought you were referring to the ASP.NET DataGrid. Sorry,
I haven't used the Windows.Forms DataGrid.
"Jason" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks. But I searched MSDN, and SortCommand is used on Web Form, how
> about
> Windows Form? Do we hve something similar to SoreCommand?
>
>
> On Fri, 3 Sep 2004 20:50:54 -0400, "Scott M." <s-(E-Mail Removed)> wrote:
>
>>The event is the "SortCommand" event. You need to set up an event handler
>>for this.
>>
>>
>>"Jason" <(E-Mail Removed)> wrote in message
>>news:(E-Mail Removed)...
>>> Hi, when I set AllowSorting to true in datagrid, when user sorted a
>>> column, does
>>> this raise an event? if yes, how can I catch it?
>>> Thanks in advance.
>>
>
|