Click or drag to resize
GridRatingColumn Class
A databound column type in KaxGrid that displays a KaxRating control in view and edit mode
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsGridColumn
    Kettic.AspNet.ControlsGridEditableColumn
      Kettic.AspNet.ControlsGridRatingColumn

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class GridRatingColumn : GridEditableColumn

The GridRatingColumn type exposes the following members.

Constructors
  NameDescription
Public methodGridRatingColumn
Top
Methods
Properties
  NameDescription
Public propertyAllowFiltering
Gets or sets a value indicating whether data in this column can be filtered. The default value is true
Public propertyAllowRatingInViewMode
Gets or sets a value indicating whether the column allows rating in view mode. The default value is false
Public propertyAllowSorting
Gets or set a value indicating whether data in this column can be sorted. The default value is true
Public propertyDataField
Gets or sets the field name from the specified data source to bind to the GridRatingColumn
Public propertyFilterDelay (Overrides GridColumnFilterDelay.)
Public propertyIsDirectionReversed
Gets or sets a value indicating whether the direction of the KaxRating control should be reversed. The default value is false
Public propertyIsEditable (Overrides GridColumnIsEditable.)
Public propertyItemCount
Gets or sets a value indicating the number of items KaxRating in each cell of the GridRatingColumn will show
Public propertyPrecision
Gets or sets a value indicating the rating precision of the KaxRating control in each cell of the GridRatingColumn. The default value is RatingPrecision.Item
Public propertySelectionMode
Gets or sets a value indicating the selection mode of the KaxRating control in each cell of the GridRatingColumn. The default value is RatingSelectionMode.Continuous
Top
See Also