Properties:
Styles, Appearance Settings,
Settings, Add/Edit/Delete Records,
Selecting Records, Paging/Sorting,
Filtering, Scrolling,
Grouping,
Exporting, Key Navigation,
Localization, Column Resizing,
Other Settings, Collections;
| |
|
| ASP.NET Grid Documentation - Properties
|
| |
|
Obout.Grid namespace
Obout.Grid.Grid class
<%@ Register TagPrefix="obout" Namespace="Obout.Grid" Assembly="obout_Grid_NET" %>
Properties - Styles
FolderStyle
|
Path to the folder with style to use.
|
|
|
|
|
Properties - Appearance Settings
ShowHeader
|
Property used for showing/hiding the header of the grid.
Default: true
|
ShowFooter
|
Property used for showing/hiding the footer of the grid.
Default: true
|
|
|
|
|
Properties - Settings
ID
|
String. Component Id.
|
FolderScript
|
String. Path to the folder that contains oboutGrid.js
Default: grid/gridscript
|
AutoGenerateColumns
|
Bool. By setting this property to true, all the columns from the specified datasource
will be added to the grid.To have more control over the columns of the grid you need to set
AutoGenerateColumns to false. Default: true
See also working example.
|
CallbackMode
|
Bool. Setting this property to true will make the Grid work in callback mode (all the actions
will be executed with AJAX callbacks). If CallbackMode is set to | |