Wijmo UI for the Web
selection Method
Gets an object that manages selection in the grid.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijgrid();
var value; // Type: selection
value = instance.selection();
Javascript (Specification) 
function selection() : selection;

Return Value

Object that manages selection in the grid.
Example
// Use the row index to add the row to the selection object
var selection = $("#element").wijgrid("selection");
selection.addRows(2);
Remarks
See the description of the wijmo.grid.selection class for more details.
Browser Compatibility
7
5
5

See Also

Reference

wijgrid type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.