BuilderFactoryExtensions.BootstrapGridView Method
| Name | Parameters | Description |
|---|---|---|
| BootstrapGridView(BuilderFactory) static | builderFactory | Creates a Grid View control. |
| BootstrapGridView(BuilderFactory, String) static | builderFactory, name | Creates a Grid View control with a specified name. |
| BootstrapGridView<TRow>(BuilderFactory) static | builderFactory | Creates a strongly-typed Grid View control. |
| BootstrapGridView<TRow>(BuilderFactory, String) static | builderFactory, name | Creates a strongly-typed Grid View control with a specified name. |