Click or drag to resize
KaxGrid Properties

The KaxGrid type exposes the following members.

Properties
  Name Description
Public property ActiveItemStyle
Gets a GridTableItemStyle object, allows you to set the style of the active items.
Public property AllowAutomaticDeletes
Gets or sets a boolean value that indicates whether to allow to delete the data from the data source upon request automatcially.
Public property AllowAutomaticInserts
Gets or sets a boolean value that indicates whether to allow to insert the data to the data source upon request automatcially.
Public property AllowAutomaticUpdates
Gets or sets a boolean value that indicates whether to allow to update the data source after receipt of the request.
Public property AllowCustomPaging
Gets or sets a boolean value that indicates whether to use custom paging override automatic paging.
Public property AllowFilteringByColumn
Gets a boolean value that indicate whether to allow to filter in all levels, unless you specify AllowFilteringByColumn for other GridTableView.
Public property AllowMultiRowEdit
Gets or sets a boolean value that indicates whether to allow to enter edit mode in multi-row. The defaulst value is false.
Public property AllowMultiRowSelection
Gets or sets a boolean value that indicates whether to allow to select multi-row. The defaulst value is false.
Public property AllowPaging
Gets or sets a boolean value that indicates whether allow to paging. The default value is false.
Public property AllowSorting
Gets or sets a boolean value that indicates whether allow to sorting. The default value is false.
Public property AlternatingItemStyle
Gets a GridTableItemStyle object, allowing you to set the style for the alternate data item.
Public property AutoGenerateColumns
Gets or sets a boolean value that indicates whether to allow columns created based on the data source automatically. The default value is true.
Public property AutoGenerateDeleteColumn
Gets or sets a boolean value that indicates whether to allow Kettic KaxGrid to create a delete column automatically, the default value is false.
Public property AutoGenerateEditColumn
Gets or sets a boolean value that indicates whether to allow Kettic KaxGrid to create edit the column automatically, the default value is false.
Public property AutoGenerateHierarchy
Gets or sets a boolean value that indicates whether to allow hierarchy table created according to the data source bound automatically. The default value is false.
Public property BackImageUrl
Gets or sets the background image URL for KaxGrid.
Public property ClientSettings
Get a GridClientSettings object, allowing you to set the client's behavior of KaxGrid.
Public property Columns
Gets a GridColumnCollection object, contains all the columns in grid.
Public property CommandItemStyle
Gets a GridTableItemStyle object, allows you to set the style of the command items.
Public property Culture
Public property CurrentPageIndex
Gets or sets an integer that represents the current page of grid, you need to set up KaxGrid.AllowPaging property to true to enable paging.
Public property DataMember (Overrides KaxCompositeDataBoundControl.DataMember.)
Public property DataSource
Gets or set the data source of KaxGrid. The default value is a null reference.
(Overrides KaxCompositeDataBoundControl.DataSource.)
Public property DataSourceID
Gets or sets the data source control id in KaxGrid.
(Overrides KaxCompositeDataBoundControl.DataSourceID.)
Public property EditIndexes
Gets a collection that contains all items index in edit mode.
Public property EditItems
Gets a collection of GridItems, contains all items in the edit mode.
Public property EditItemStyle
Gets a GridTableItemStyle object, allows you to set style for edit item in grid control.
Public property EnableHeaderContextFilterMenu
Gets a boolean value that indicate whether to enable header context filter menu, default value is false.
Public property EnableHeaderContextMenu
Gets a boolean value that indicate whether to enable the header context menu, default value is false.
Public property EnableLinqExpressions
Gets or set a value that indicates whether to enable LINQ expression. The default value is enable.
Public property EnableViewState (Overrides KaxCompositeDataBoundControl.EnableViewState.)
Public property ExportSettings
Gets a GridExportSettings object, allowing you to do a exporting operation settings to the grid.
Public property FilterItemStyle
Gets a GridTableItemStyle object, allows you to set the style of the filter item.
Public property FilterMenu
Gets a GridFilterMenu object, which will display after clicking the filter button.
Public property FooterStyle
Gets a GridTableItemStyle object, allows you to set the style of the footer.
Public property GroupHeaderItemStyle
Gets a GridTableItemStyle object, allowing to set the style for group-header.
Public property GroupingEnabled
Gets or sets a boolean value that indicates whether to enable grouping, the default value is true.
Public property GroupingSettings
Gets a GridGroupingSetting object, allowing you to do a grouping operation settings to the grid.
Public property GroupPanel
Gets a GroupPanel object.
Public property HeaderContextMenu
Gets the grid header context.
Public property HeaderStyle
Gets a GridTableItemStyle object, allows you to set the style of the header.
Public property HierarchySettings
Gets a GridHierarchySettings object, allowing you to do a hierarchy operation settings to the grid.
Public property ImagesPath
Gets or sets the default image path in grid.
Public property Items
Gets a collection of all GridDataItems.
Public property ItemStyle
Gets a GridTableItemStyle object, allows you to set the style of the data items.
Public property MainView
Gets a GridTableView object, which is KaxGrid master data table.
Public property PageCount
Gets the total data source page count.
Public property PagerStyle
Gets a GridPagerStyle object, allows you to set page item style in the grid.
Public property PageSize
Gets or sets an integer value, that indicates the data items count in a single page.
Public property SelectedIndexes
Gets a collection of index of the selected item.
Public property SelectedItems
Gets a collection of GridDataItems selected items.
Public property SelectedItemStyle
Gets a GridTableItemStyle object, allows you to set the style of selected items.
Public property SelectedValue
Get KaxGrid controls selected row data key.
Public property SelectedValues
Public property ShowFooter
Gets or sets a boolean value that indicates whether to show footer in grid. The default value is false.
Public property ShowGroupPanel
Gets or sets a boolean value that indicates whether to display GridGroupPanel, the default value is false.
Public property ShowHeader
Gets or sets a boolean value that indicates whether to show header in grid. The default value is true.
Public property ShowStatusBar
Gets or sets a boolean value that indicates whether to show status bar in grid.
Public property Skin
Gets or sets the skin name of the control.
(Overrides KaxCompositeDataBoundControl.Skin.)
Public property SortingSettings
Gets a GridSortingSettings object, allowing you to do a sorting operation settings to the grid.
Public property StatusBarSettings
Gets a GridStatusBarItemSettings object, allows you to change the settings of status bar.
Public property ValidationSettings
Gets a GridValidationSettings object, allowing you to do a validation operation settings to the grid.
Public property VirtualItemCount
Gets or sets an integer value that indicates the total number of using custom paging data source.
Top
See Also