RadControls for ASP.NET AJAX
Property which returns a Boolean result that indicates if multiple row select is enabled. See
Selecting multiple rows (client-side) topic
for more details.
get_allowMultiRowSelection() |
|---|
|
Example:
CopyJavaScript
function getMultiRowSelection() {
var grid = $find("<%=RadGrid1.ClientID %>");
alert(grid.get_allowMultiRowSelection());
}