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

ungroupColumn

Method which performs ungroup action for the column with UniqueName specified as an argument.

ungroupColumn(colUniqueName)
colUniqueNameStringThe UniqueName of the column that will be ungrouped.

Example:

JavaScript
	        function UngroupByColumn() {
	            var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
	            masterTable.ungroupColumn("Country");
	        } 
Not finding the help you need?
Contact Support