I set up a SortDescriptor on my RadGridView using the example from
http://www.telerik.com/help/winforms/gridview-sorting-setting-sorting-programmatically.html but I keep getting an exception thrown randomly:
The descriptor is being used on a boolean checkbox column. Even though it throws the exception, the sort still executes. Any help would be appreciated. Thanks!