ASP.NET AJAX Control Toolkit Demos v20.1.0.0

ReorderList Sample
Ajax Control Toolkit
ReorderList Demonstration
To Do:
  • Have product idea - Figure out opportunities
  • Talk to customers - Make sure they want it
  • Design product - Figure out the features and architecture
  • Build prototype - Work out the issues
  • Test features - Use TDD and automated testing
  • Build production version - Make it fast and robust
  • Fix bugs - Make sure it works
  • Ship - Ship it!
  •  
ReorderList Description
ReorderList is an ASP.NET AJAX control that implements a bulleted data-bound list with items that can be reordered interactively. To reorder items in the list, a user simply drags the item's control bar to its new location. Graphical feedback is shown where the item will be placed as it is dragged by the user. The data source is updated after the item is dropped in its new location.
ReorderList Properties
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
Copyright © 2012-2024 CodePlex Foundation. All Rights Reserved.