BootstrapGridViewBehaviorSettingsBuilder.ProcessFocusedRowChangedOnServer(Boolean) Method
In This Article
Sets a value that specifies whether a change to the focused row should be completely processed on the server side.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapGridViewBehaviorSettingsBuilder ProcessFocusedRowChangedOnServer(
bool processFocusedRowChangedOnServer
)
#Parameters
Name | Type |
---|---|
process |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also