datagrid custom sorting

G

Guest

Hi,
I found an article that explains how to do the custom sorting. Here is what
it says:

.... Perhaps you want some custom sorting method to take effect. To do that,
DataGrid provides you with an action to overload called "SortCommand." In the
properties events for your DataGrid, select the "SortCommand" action and
implement it with the method name of your choice...

But when I go to the datagrid properties events, there is no action called
Sort Command. I didn't see anything saying you needed a special .NET verson,
so does anyone know if this custom sorting is possible?
The article can be found at
http://dotnet.sys-con.com/read/48806.htm

Thanks,
Mel
 
F

Frank Dzaebel

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top