# setGridDefaults

### brixxApi.**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

```javascript
   brixxApi.SetGridDefaults(myGrid);
```
