New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

set_reorderable()

This methods takes a singe Boolean argument, specifying whether the column should be reorderable or not.

Example:

JavaScript
function GridCreated() {
    var column1 = $find("RadGrid1").get_masterTableView().get_columns()[0];
    column1.set_reorderable(false);
}
Not finding the help you need?
Contact Support