Custom sorting on UltraWebGrid - ASP .NET

Posted by Leandro Fernandez on Stack Overflow See other posts from Stack Overflow or by Leandro Fernandez
Published on 2009-06-10T19:29:51Z Indexed on 2010/03/13 12:35 UTC
Read the original article Hit count: 688

How can I accomplish custom sorting on the Infragistics UltraWebGrid? I've tried to hadle the SortColumn event and it works, however, whenever I click the column header, the columns are sorted via JavaScript in the website before the event is fired in the server side? How do I stop the grid from sorting in the client?

Thanks,

Leandro Fernandez

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about ultrawebgrid