Version

selectedColumnsResolved Property

An array of columns that are currently selected in the WebDataGrid or the WebHierarchicalDataGrid.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_selectedColumnsResolved() : GridColumn[]
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfSelection.get_selectedColumnsResolved();
See Also