Skip to main content

ASPxClientGridViewSelectionEventArgs.isChangedOnServer Property

Gets whether a selection has been changed on the server.

Declaration

isChangedOnServer: boolean

Property Value

Type Description
boolean

true if a selection has been changed on the server; otherwise, false.

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