Back to Devexpress

ASPxClientGridViewValuesCallback Interface

aspnet-js-aspxclientgridviewvaluescallback.md

latest1.2 KB
Original Source

ASPxClientGridViewValuesCallback Interface

Represents a JavaScript function which receives the list of row values when the client ASPxClientGridView.GetRowValues, ASPxGridView.GetCurrentPageRowValues or ASPxClientGridView.GetSelectedFieldValues method is called.

Declaration

ts
interface ASPxClientGridViewValuesCallback

Parameters

NameTypeDescription
resultany

An object that represents the list of row values received from the server.

|

Returns

Type
void

See Also

GetRowValues(visibleIndex, fieldNames, onCallback)

GetCurrentPageRowValues(String[])

GetSelectedFieldValues(fieldNames, onCallback)

Grid View