ASPxClientGridViewSelectionEventArgs.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 rows on the server-side, use the methods provided by the WebDataSelection object returned by the ASPxGridView.Selection property. To learn more, see Selection.
Note
If the selection has been changed on the server ( the ASPxClientGridViewSelectionEventArgs.isChangedOnServer
property returns true
) the ASPxClientGridViewSelectionEventArgs.isAllRecordsOnPage, ASPxClientGridViewSelectionEventArgs.isSelected, and ASPxClientGridViewSelectionEventArgs.visibleIndex properties are not in effect. To learn more, see the ASPxClientGridView.SelectionChanged event description.
See Also