All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Here is how I am doing it:
dataBound: function (e) { if (dataSource.sort() && dataSource.sort().length > 0) { alert(JSON.stringify(dataSource.sort())); } }