All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
public
MainWindow()
{
InitializeComponent();
this
.gridView.Sorting +=
new
EventHandler<Telerik.Windows.Controls.GridViewSortingEventArgs>(gridView_Sorting);
}
void
gridView_Sorting(
object
sender, Telerik.Windows.Controls.GridViewSortingEventArgs e)
Mouse.SetCursor(Cursors.Arrow);