ASPxClientVerticalGridSelectionEventArgs.isChangedOnServer Property
In This Article
Gets whether a selection has been changed on the server.
#Declaration
TypeScript
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 ASPx
property returns true
) the ASPx
See Also