How can I fire a column sort on the client without actually clicking on a column?
Hello Robert,
Yes, this is possible by using the sort or sortColumn client-side CSOM methods of the grid object documented here:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html/WebGrid_Object_CSOM.html
Hope this helps.