| GridButtonColumn Class |
It displays a button for each item in the column.
Namespace: Kettic.AspNet.Controls
The GridButtonColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| GridButtonColumn | Constructs a new GridButtonColumn object. |
| Name | Description | |
|---|---|---|
| Clone | Returns a copy of the GridButtonColumn. (Overrides GridColumnClone.) | |
| Initialize | The Initialize method is inherited by a derived GridButtonColumn class. Is is used to reset a column of the derived type. | |
| InitializeCell | After a call to this method the column should add the corresponding button into the cell given, regarding the inItem type and column index. Note: This method is called within KaxGrid and is not intended to be used directly from your code. |
| Name | Description | |
|---|---|---|
| ButtonCssClass |
Gets or sets the CssClass of the button
| |
| ButtonType |
Gets or sets a value indicating the type of the button that will be rendered. The
type should be one of the specified by the GridButtonColumnType
enumeration.
| |
| CommandArgument |
Gets or sets an optional parameter passed to the Command event along with the
associated
CommandName.
| |
| CommandName |
Gets or sets a value defining the name of the command that will be fired when a
button in this column is clicked.
| |
| ConfirmDialogHeight |
Gets or sets the height of the Confirm Dialog (if it is a KaxWindow)
| |
| ConfirmDialogType | ||
| ConfirmDialogWidth |
Gets or sets the width of the Confirm Dialog (if it is a KaxWindow)
| |
| ConfirmText |
Gets or sets the text that will be shown on the confirmation dialog when a button
in this column is clicked. The prompt is automatically enabled when this property is
set.
| |
| ConfirmTitle |
Gets or sets the title that will be shown on the KaxWindow confirmation dialog when a button
in this column is clicked.
| |
| DataTextField |
Gets or sets a value from the specified datasource field. This value will then be
displayed in the GridBoundColumn.
| |
| DataTextFormatString |
Gets or sets the string that specifies the display format for the caption in each
button.
| |
| Groupable |
Gets or sets a value indicating whether this column can be used for grouping. If
set to false the column header cannot be dragged to the
GroupPanel.
(Overrides GridColumnGroupable.) | |
| ImageUrl |
Gets or sets a value indicating the URL for the image that will be used in a
Image button. ButtonType should be set to
ImageButton.
| |
| IsEditable | Gets the status of ShowInEditForm property. (Overrides GridColumnIsEditable.) | |
| ShowInEditForm | If the corresponding GridTableView is in edit mode InPlace specifies whether this column will render an Enabled=true button control, when the corresponding item is edit mode. | |
| Text | Gets or sets a value indicating the text that will be shown for a button. |