ASPxClientVerticalGridSelectionEventArgs.isChangedOnServer Property
Gets whether a selection has been changed on the server.
Declaration
isChangedOnServer: boolean
Property Value
Type | Description |
---|---|
boolean |
|
Remarks
To select or unselect records on the server-side, use the methods provided by the WebDataSelection object returned by the ASPxVerticalGrid.Selection property. To learn more, see Selection.
Note
If the selection has been changed on the server ( the ASPxClientVerticalGridSelectionEventArgs.isChangedOnServer
property returns true
) the ASPxClientVerticalGridSelectionEventArgs.isAllRecordsOnPage, ASPxClientVerticalGridSelectionEventArgs.isSelected, and ASPxClientVerticalGridSelectionEventArgs.visibleIndex properties are not in effect. To learn more, see the ASPxClientVerticalGrid.SelectionChanged event description.
See Also