setGridDefaults

app.SetGridDefaults

Sets the grid to its default values. Any setting for this grid for the user will be lost.

Parameters

  1. controlId - id of the grid control

Example Usages

app.SetGridDefaults(myGrid);

Return Values

Function does not explicitly produce return value.

Last updated