Properties
- AllowReorder - Determines whether or not to allow drag/drop reordering. It is automatically set to true if ReorderTemplate is present
- CallbackCssStyle - A callback CSS style
- DataKeyField - The primary key field for data
- DataKeys - The indexed collection of data keys (one key for each row when data is bound)
- DataSourceID - ID of the data source to use to populate this control
- DragHandleAlignment - Sets the drag handle relative to the item row (Top, Bottom, Left, or Right)
- DragHandleTemplate - A template for the drag handle that a user clicks and drags to reorder items
- EditItemIndex - An index of an item that is currently in Edit mode. The default value is -1, which means no item is in edit mode
- EditItemTemplate - A template to display for a row that is in Edit mode
- EmptyListTemplate - A template to show when a list has no data. This item is not data-bindable
- HasFooter - Determines whether or not the list has a footer
- HasHeader - Determines whether or not the list has a header
- HasSeparators - Determines whether or not the list has separators
- InsertItemTemplate - A template to show for adding new items to the list
- ItemInsertLocation - Determines where new items are inserted into the list (Beginning or End)
- Items - A collection of reodered list items
- ItemTemplate - A template to display for items in the list
- LayoutType - The type of a layout to apply to items. If Table is selected, the DragHandleAlignment property is used to lay out items in relation to the drag handle. If not, items are simply wrapped in the Panel controls and can be positioned using CSS
- PostBackOnReorder - Determines whether or not to do a postback on reordering
- ReorderTemplate - A template to use as a visible drop element when a user is dragging an item. This template is not data-bindable
- RepeatedItemCount - Determines the count of repeated items
- ShowInsertItem - Determines whether or not the InsertItem is shown. If this value is not set and the InsertItemTemplate is set, the default value is set to true
- SortOrderField - The name of a column that controls the sort order of rows in the data base
Methods
- GetItemStyle(itemType, repeatIndex) - Returns style of the reorder list item
- RenderItem(itemType, repeatIndex, repeatInfo, writer) - Renders an item
- UpdateItem(rowIndex) - Updates the specified row with its current values