ASP.NET MVC Controls
SelMove Enum
File
wijmo.grid.js
Module
wijmo.grid

Specifies constants that represent a type of movement for the selection.

Members

Name Value Description
None 0

Do not change the selection.

Next 1

Select the next visible cell.

Prev 2

Select the previous visible cell.

NextPage 3

Select the first visible cell in the next page.

PrevPage 4

Select the first visible cell in the previous page.

Home 5

Select the first visible cell.

End 6

Select the last visible cell.

NextCell 7

Select the next visible cell skipping rows if necessary.

PrevCell 8

Select the previous visible cell skipping rows if necessary.

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback