|
|
        | RELATED VIDEOS | | Whats New in Silverlight, WPF, and Windows Phone 7 Q3 2010 Webinar(Runtime: 1:02:39)
|
Telerik RadGridView for WPF Q3 2011
-
Added: FilterOperatorsLoading event for the RadGridView.
-
Added: Support for IEditableCollectionViewAddNewItem interface.
-
Added: Merged column headers (column groups).
-
Added: DynamicObject editing support.
-
Added: Error indicator tooltip for GridViewRow and GridViewNewRow.
-
Added: RadGridView.RowDetailsVisibilityChanging event.
-
Added: API for scrolling item into view by item's index
-
Added: Deferred filtering mode (GridViewColumn has two new properties now - IsFilteringDeferred and ShowFilterButton)
-
Added: Missing resources in the external themes
-
Added: Partial binding support for column group and sort descriptors
-
Added: RowResizing/RowResized events
-
Added: Special localizable representations for null and string.Empty values in the distinct values list. The respective resource keys are "GridViewFilterDistinctValueStringEmpty" and "GridViewFilterDistinctValueNull" respectively
-
Added: New property MatchCaseVisibility to the StringFilterEditor
-
Added: Added comparison filtering (>, >=, <, >=) for TimeSpan values
Breaking changes:
-
The default filter editor for numeric types is now TextBox instead of RadMaskedTextBox
-
The StringFilterEditor control has two new properties now -- Text and IsCaseSensitive. If you create this editor manually instead of relying on the FilterEditorFactory, you have to bind these two properties to the "Value" and "IsCaseSensitive" properties of the view model respectively
-
Deleting the entire text from the StringFilterEditor will now clear the filter instead of filtering on string.Empty
Telerik RadGridView for WPF Q3 2010 SP1
- Added: GetValueForItem() method added for GridViewExpressionColumn and GridViewBoundColumnBase
- Added: A ColumnFilterDescriptor property to GridViewFilteringEventArgs and GridViewFilteredEventArgs
Telerik RadGridView for WPF Q3 2010 (Version Number: 2010.3.1110)
- Added: SelectionChanging event which allows you to cancel the selection
- Added: GridViewExpressionColumn which allows you to display various calculations in the RadGridView itself
- Added: PreparingCellForEdit and PreparedCellForEdit events of RadGridView. They help you manipulate the editing element just before the actual edit.
- Added: RowDetails are visible when adding new row
- Added: Selection keyboard shortcuts for Mac (via KeyboardModifiers)
- Added: Full Copy/Paste support on Mac
- Added: TextInput EditTrigger which will allow focused cell to enter into edit mode on text input.
- Added: CellLoaded and CellUnloaded events.
- Added: Tab navigation inside RowDetails and cells
- Added: TripleClick functionality (select all text on triple click) for all textboxes created by RadGridView (when cell enters into edit mode).
Breaking changes:
- The GroupDescriptor property of GridViewGroupedEventArgs and GridViewGroupingEventArgs is now of type IGroupDescriptor.
- The Action property of the GridViewGroupedEventArgs and GridViewGroupingEventArgs is now of type GroupingEventAction instead of CollectionChangeAction.
- The GroupDescriptors property of RadGridView is now a collection of IGroupDescriptor, instead of GroupDescriptor.
- RadGridView now generates the new ColumnGroupDescriptor when grouping from the UI.
- The Grouping and Grouped events now fire only when a grouping operation has been performed on the UI.
- The PropertyName of GridViewSortingEventArgs has been marked as obsolete and will be removed in a future release. You should use the Column property to identify which column/data field is to be sorted.
- RadGridView now generates the new ColumnSortDescriptor when sorting from the UI.
- The SortDescriptors property of RadGridView is now a collection of ISortDescriptor, instead of SortDescriptor.
- The GroupMemberPath, SortMemberPath and GroupHeaderFormatString properties have been moved from GridViewBoundColumnBase to GridViewColumn class.
Telerik RadGridView for WPF Q2 2010 SP2 (Version Number: 2010.2.924)
- Added: ValidatesOnDataErrors property which can switch validation modes (InViewMode, InEditMode).
- Added: IsReadOnlyBinding property for RadGridView and GridViewBoundColumnBase.
- Added caching to GridViewComboBox column elements.
- Added: Select the whole content in the textboxes on TripleClick in Edit mode.
- Added: TAB navigation inside RowDetails and cells.
- Added: Copied and Pasted events.
- Copy & Paste commands are now handled by the KeyboardCommandProvider instead of the OnKeyDown override.
- Exporting numbers to ExcelML now always uses InvariantCulture
- Bug-fixesBug-fixes
Telerik RadGridView for WPF Q2 2010 SP1 (Version Number: 2010.2.812) Telerik RadGridView for WPF Q2 2010 (Version Number: 2010.2.714)
- Added: cell selection. Now you can select a single cell or individual cells as opposed to selecting the full row. The corresponding new properties are: SelectionUnit, SelectedItems, GridViewCellInfo. The corresponding new event is: SelectedCellChanged.
- Improved: clipboard support - now you can easily copy and paste cells to/from Excel and/or another GridView. Please read more here.
- Added: RadGridView.PreparingCellForEdit event.
- Added: Property ShowHeaderAggregates of GridViewGroupRow to hide/show group header aggregates.
- Added: CellStyleSelector and GroupFooterCellStyleSelector for GridViewColumn.
- Added: AlternateRowStyleSelector, GroupFooterRowStyleSelector, GroupRowStyleSelector, RowDetailsStyleSelector and RowStyleSelector for GridViewDataControl.
- Added: HierarchyChildTemplateSelector for GridViewDataControl.
- Added: GroupHeaderTemplateSelector, GroupFooterTemplateSelector and ToolTipTemplateSelector for GridViewColumn.
- Added: RowDetailsTemplateSelector for GridViewDataControl.
- Added: CellTemplateSelector and CellEditTemplateSelector DataTemplateSelectors for GridViewColumn.
- Bug-fixesBug-fixes
Breaking changes:
- The RadDataPager control has been moved from the Telerik.Windows.Controls.GridView assembly to the new Telerik.Windows.Controls.Data assembly. Since its namespace remains the same as before (Telerik.Windows.Controls) existing applications only need to add a reference to the new assembly. No other changes should be necessary.
- Exporting event marked as obsolete. Use ElementExporting instead.
Telerik RadGridView for WPF Q1 2010 SP2 (Version Number: 2010.1.603)
Possible breaking change:
- Changed the namespace of LookupElement from Telerik.Windows.Controls to Telerik.Windows.Controls.Gridview.
Telerik RadGridView for WPF Q1 2010 SP1 (Version Number: 2010.1.0422)
New or improved features:
- Added support for BorderBrush and BorderThickness for GridViewRow.
- Editable field filter logical composition operator (And/Or).
- New overload of the GridViewDataContro.GetDistinctValues method that accepts the number of distinct values to return as a parameter.
- Group footer row now uses its Item as aggregate source.
- HorizontalContentAlignment property of the GridViewGroupRow now properly aligns the AggregateResultsList. There is no need to edit GroupRowTemplate to position aggregates to the left or right.
- The GridViewFooterCell and GridViewGroupFooterCell had incorrect padding which are now removed. The text in those cells is now properly aligned with the one in the GridViewCell
Breaking changes:
- The enumerator of RadGridView.Items now enumerates data items only (use RadGridView.Items.Groups to retrieve group items).
Telerik RadGridView for WPF Q1 2010 (Version Number: 2010.1.0309)
- Bug-fixesBug-fixes
- All RadControls skins now get a major facelift. Your custom themes might not work as expected.
New properties and methods:
- Added: New Feature: RadDataPager
- Added: New Property: KeyboardCommandProvider
- Added: GroupHeaderTemplate property for GridViewColumn
- Added: Support for the Shift + Enter navigation
- Added: New Feature: GridViewToggleRowDetailsColumn.ExpandMode.
- Added: SelectedItem is now the first item that appears in the SelectedItems collection
- Added: Group ItemsSource is set when the group is expanded (performance improvement - Lazy Load content)
- Added: Overload of ScrollIntoViewAsync method for horizontal scrolling.
- Added: CurrentColumn property
- Added: Programmatically adding and selecting a new row fails to properly update an external DetailsPresenter.
- Added: DefaultRowHeight value
- Added: IEditableCollectionView and IPagedCollectionView implementation for DataItemCollection
- Added: EditOperationType property to the GridViewRowValidatingEventArgs
- Added: Commands to support more custom scenarios with keyboard navigation
- Added: Extending grouping to support grouping by expression and group sorting by expression.
- Added: Exporting refactored + Export() method added allowing more control over which elements are included in the exported data
- Added: Combobox column - virtualization turned on by default
- Added: Column Reordering Event
- Added: IsCustomScrollingEnabled property
- Added: Caching for GridViewDataColumn extended
- Added: Grand totals exported by default - no need to handle exporting event
- Added: "OldValues" property to the RowEditEnded event arguments
- Added: Include footers and group footers in exporting
- Added: Refactor RowEditEnded event to use data item instead of UI object
- Added: Group descriptions synchronization for DataItemCollection, Domain Data Source support
- Added:Added functionality to cancel edit for an editing unit (cell, row), as a result when Esc key is pressed only cell gets out of edit mode, after second Esc key press and row leaves edit mode
- Added: Synchronization between source collection Sort descriptions and DataItemCollection Sort descriptors.
- Added: Return old values to the GridViewRow when edit is canceled, also bug while getting these old values
- Added: Now when GridViewCell enters into edit mode first "IsTabStop" control will be focused
- Added: Filtering "Match case" functionality.
- Added: Enabled RadGridView programmatic pre-filtering.
- Added: An overload of the PrintToHTML() method to get better control over what is being printed
- Added: CanUserDeleteRows property
- Added: TextAlignment property added for the exporting event args
- Added: GroupPanelStyle and GroupPanelItemStyle
- Added: RowUnloaded event
- Added: RowUnloadedEventArgs class
- Added: Users can now select rows by clicking anywhere on a row
- Added: RowActivated Event
- Added: CellDoubleClick Event on GridViewCellBase
Removed properties and methods:
- Redundant FrameworkElementToImageconverter class
- GridViewDataControl (base class for RadGridView)
- UseAlternateRowStyle property - use AlternationCount property instead.
- AlternateExpandableRowStyle property - use AlternateRowStyle property instead.
- ExpandableRowStyle property - use RowStyle instead.
- ItemsGenerator property - use ItemContainerGenerator instead.
- ColumnsWidthMode property - use ColumnWidth instead.
- ValidationMode property - not used anymore. Use cell and row validation events if you want to control validation on cell or row level
- VerticalLineThickness, VerticalLineVisibility, and VerticalLineFill properties - use GridLinesVisibility instead.
- EditorSettings property - use appropriate column type, or create custom column which inherits from the GridViewBoundColumnBase class
- BringDataItemIntoView method - use ScrollIntoView(...) or use ScrollIntoViewAsync(...)
- GridViewFooterCell, GridViewGroupFooterCell and GridViewGroupRow contstructors accepting GridViewDataControl - use the default constructors.
- AddedDescriptors - use Added property instead
- RemovedDescriptors - use Remove property instead.
- GridViewExpandableRow class - use GridViewRow.IsExpandable property to control whether given row has hierarchy
- GridViewCell
- Editor property removed - use the Content of the cell which is EditorPresenter when cell is in edit mode.
- CellRequestBringIntoViewEvent - use GridViewCell.BringIntoVew() instead.
- CheckBoxEditorSettings, ComboBoxEditorSettings, MaskedTextBoxEditorSettings, TextBoxEditorSettings, DatePickerEditorSettings, EditorSettings<T> classes and IEditorSettings interface - use appropriate column type, or create custom column which inherits from the GridViewBoundColumnBase class
- GridViewCellEditor, GridViewCheckBoxEditor, GridViewComboBoxEditor, GridViewDatePickerEditor, GridViewMaskedtextBoxEditor and GridViewTextBoxEditor classes - standard controls which have valid validation states are used instead.
- RegisterDefaultEditor and ResotreDefaultEditors methods of EditorsLoader class
- IExpandState interface
- NullableDateConverter class - RadDatePicker handles nullable values out of the box.
- ValidationMode property of GridViewNewRow class
Obsolete or changed properties and methods:
- AlignmentContentPresenter - normal ContentPresenter is used in GridViewCell's Template
- GridViewHeaderSplitter class
- HorizontalScrollPanel class - GridViewCellsPanel is used instead.
- GridViewCellBase
- MouseDoubleClick in Silverlight is now obsolete
- TextAlignment, TextDecorations and TextWrapping properties- use the ones on the GridViewColumn instead.
- IsCustomScrollingEnabled property moved to GridViewScrollViewer - used to handle server side scrolling scenarios
Telerik RadGridView for WPF Q3 SP2 2009 (Version Number: 2009.3.1314)
New properties and methods:
- Added synchronization between source collection GroupDescriptions and DataItemCollection GroupDescriptors. Domain Data Source Support
- Cell editing can be canceled on a single Esc key click; Row leaves edit mode on double press the Esc key
- Added: EditIndicator to account for the row being in edit mode
- Added: Synchronization between source collection Sort descriptions and DataItemCollection Sort descriptors
- Added: Return old values to the GridViewRow when edit is canceled
- Virtualization for comboboxes in GridViewComboBox column is now enabled by default
- Editor is focused when GridViewCell enters in edit mode when CellEditTemplate is used
- Now RadGridView validation mechanism is used with CellEditTemplate
- Added: Filtering "Match case" functionality
Telerik RadGridView for WPF Q3 SP1 2009 (Version Number: 2009.3.1208)
New properties and methods:
- Added AddRange and RemoveItems new methods for GridViewColumnCollection
- Added IsExpandedChanged event to the GridViewRow
- Added RowUnloaded event
- Added Context and TextAlignment properties for GridViewExportEventArgs
- Added "Add Reference" support for Visual Studio and Blend 3
- Added GroupPanelStyle and GroupPanelItemStyle Added
- Now users can delete (if supported by the grid ItemsSource) selected items using DELETE key (can be controlled with CanUserDeleteRows property).
- Added overload of the PrintToHTML method to allow much better control on what is being printed
- Added design-time assemblies for the grid
- Added EditorStyle property for the GridViewBoundColumnBase
- Extension to the IEditableObject support, when exception is thrown from EndEdit() user can handle DataError event
- RadGridView can be pre-filtered programmatically
- Always visible insert row can be controlled with ShowInsertRow property of GridViewDataControl
- GridViewDataControl.VerticalGridLinesBrushProperty
- GridViewDataControl.VerticalGridLinesBrush
- GridViewDataControl.HorizontalGridLinesBrushProperty
- GridViewDataControl.HorizontalGridLinesBrush
Removed properties and methods:
- GridViewDataControl.VerticalGridLinesBrushProperty
- GridViewDataControl.VerticalGridLinesBrush
- GridViewDataControl.VerticalGridlinesThicknessProperty
- GridViewDataControl.VerticalGridlinesThickness
- GridViewDataControl.VerticalGridlinesVisibilityProperty
- GridViewDataControl.VerticalGridlinesVisibilityProperty
- GridViewColumn.VerticalGridlinesBrushProperty
- GridViewColumn.VerticalGridlinesBrush
- GridViewColumn.VerticalGridlinesThicknessProperty
- GridViewColumn.VerticalGridlinesThickness
- GridViewColumn.VerticalGridlinesVisibilityProperty
- GridViewColumn.VerticalGridlinesVisibility
Telerik RadGridView for WPF Q3 2009 (Version Number: 2009.3.1103)
Grouping - New public method ExpandGroup() has been added.
- New public method CollapseGroup() has been added.
- New public method ExpandAllGroups() has been added.
- New public method CollpaseAllGroups() has been added.
- New public method FindGroupByItem() has been added.
- New public property AutoExpandGroups has been added.
- New public property GroupHeaderTemplate has been added.
Hierarchy - New public method ExpandHierarchyItem() has been added.
- New public method CollapseHierarchyItem() has been added.
- New public method ExpandHierarchyItem() has been added.
- New public method CollapseHierarchyItem() has been added.
Filtering - New public method GetDistinctValues() has been added.
Exporting - New public method PrintToHtml() has been added.
- The method ToExcelML(this GridViewDataControl source, IList<Record> records, bool includeHeader) has been deleted.
- The method ToHtml(this GridViewDataControl source, IList<Record> records, bool includeHeader) has been deleted.
- The method ToText(this GridViewDataControl source, IList<Record> records, bool includeHeader) has been deleted.
- The method ToCsv(this GridViewDataControl source, IList<Record> records, bool includeHeader) has been deleted.
Virtualization - New public property EnableRowVirtualization has been added.
- New public property EnableColumnVirtualization has been added.
Columns - New public property ColumnWidth has been added.
- New class GridViewImageColumn has been added.
- New class GridViewHyperlinkColumn has been added.
- New class GridViewDynamicHyperlinkColumn has been added.
- New class GridViewMaskedTextBoxColumn has been added.
- New class GridViewToggleRowDetailsColumn has been added.
- New class GridViewSelectColumn has been added.
- New class GridViewBoundColumnBase has been added.
- New public property DisplayIndex has been added.
- New public property MinWidth has been added.
- New public property MaxWidth has been added.
- New public property GroupFooterTemplate has been added.
- New public property FooterTextAlignment has been added.
- New public property ToolTipTemplate has been added.
- New public property SortMemberPath has been added.
- New public property GroupMemberPath has been added.
- New public property GroupHeaderFormatString has been added.
- The HeaderText property has been deleted.
- The DataMemberPath property has been deleted.
- The HeaderTextProperty property has been deleted.
- The IsColumnFilterable property has been deleted.
- The enumeration ColumnsWidthMode has been marked as obsolete.
- ColumnWidthChangedEventArgs has been marked as obsolete.
- ColumnWidthChanged has been marked as obsolete.
- VerticalGridlinesBrushProperty has been marked as obsolete.
- VerticalGridlinesThicknessProperty has been marked as obsolete.
- VerticalGridlinesVisibilityProperty has been marked as obsolete.
- VerticalGridlinesBrush has been marked as obsolete.
- VerticalGridlinesThickness has been marked as obsolete.
- VerticalGridlinesVisibility has been marked as obsolete.
GridViewComboBoxColumn - New public property IsComboBoxEditable has been added.
- New public property ItemsSourceBinding has been added.
GridViewBoundColumnBase - The property EditorSettingsProperty has been marked as obsolete.
- The property EditorSettings has been marked as obsolete.
Row - The GridViewExpandableRow has been marked as obsolete.
- GridViewGroupRow(GridViewDataControl gridViewDataControl) in the GridViewGroupRow has been marked as obsoleted.
- ValidationMode in the GridViewRow has been marked as obsoleted.
- ValidationMode in the GridViewNewRow has been marked as obsoleted.
- ValidationMode in the RadRowItem has been marked as obsoleted.
- DataItem in the RadRowItem has been marked as obsoleted.
GridViewRow - New public property IsExpandable has been added.
- New public property IsExpanded has been added.
GridViewGroupRow - New public property GridViewModel has been added.
Cell - New public method BeginEdit() has been added.
- The event CellRequestBringIntoViewEvent has been marked as obsolete.
- The property VerticalLineVisibilityProperty has been marked as obsolete.
- The property VerticalLineFillProperty has been marked as obsolete.
- The property VerticalLineThicknessProperty has been marked as obsolete.
- The property VerticalLineVisibility has been marked as obsolete.
- The property VerticalLineThickness has been marked as obsolete.
- The property VerticalLineFill has been marked as obsolete.
- The property Editor has been marked as obsolete.
DetailsProvider - New public property AreFrozen has been added.
- New public property VisibilityChangedCallback has been added.
IDetailsProvider - New public property AreFrozen has been added.
- New public property VisibilityChangedCallback has been added.
GridViewRowDetailsEventArgs - New public property Visibility has been added.
GridViewAddingNewEventArgs - New public property Cancel has been added.
GridViewGroupingEventArgs - The constructor GridViewGroupingEventArgs(CollectionChangeAction action, GroupDescription groupDescription, int index) has been deleted.
SelectionChangeEventArgs - The property RemovedRecords has been deleted.
- The property AddedRecords has been deleted.
GridViewRowValidatingEventArgs - NewValues has been marked as obsolete.
- OldData has been marked as obsolete.
ChangedTemplates - RadGridView
- DataCellsPresenter
- GridViewRow
- GridViewCell
- GridViewGroupRow
- GridViewHeaderRow
- GridViewHeaderCell
- DraggedElement
- GridViewScrollViewer
- GridViewFooterRow
- GridViewGroupFooterRow
- GridViewFooterIndentCell
- GridViewGroupFooterIndentCell
- GridViewFooterCell
- GridViewGroupFooterCell
- DetailsPresenter
- FrozenColumnSplitter
- GridViewGroupPanelCell
- DistinctFilterControl
- GridViewGroupPanel
- ItemGridViewHeaderIndentCell
- GridViewAggregateResultCell
- ScrollPositionIndicator
- GridViewDataControl
- GridViewEditorPresenter has been added.
- GridViewToggleButton has been added.
- GridViewItemsControl has been marked as obsolete.
- GridViewExpander has been marked as obsolete.
- GridViewExpandableRow has been marked as obsolete.
- GridViewHierarchyChildPresenter has been marked as obsolete.
- GridViewHeaderSplitter has been marked as obsolete.
Other - New public property CanUserSelect has been added.
- New public property SelectionMode has been added.
- New public property AlternationCount has been added.
- New public property ScrollPositionIndicatorTemplate has been added.
- New public property ChildTableDefinitions has been added.
- New attached property Clipboard.IsEnabled has been added.
- New event DistinctValuesLoading has been added.
- New event RowValidated has been added.
- New event CellValidated has been added.
- New event RowDetailsVisibilityChanged has been added.
- New interface IColumnFilterDescriptor has been added.
- New interface IFilteringControl has been added.
- New class FilteringDropDown has been added.
- New class ColumnFilterDescriptor has been added.
- New class DistinctValuesFilterDescriptor has been added.
- New class FilteringControlBase has been added.
- New class FilteringControl has been added.
- New class ViewModelBase has been added.
- New class FilteringViewModel has been added.
- New class DistinctValueViewModel has been added.
- New class FilterDescriptorViewModel has been added.
- The class DistinctFilterControl has been deleted.
- The class GridViewItemsControl has been deleted.
- The class RecordValidatingRoutedEventArgs has been deleted.
- The class RowAppearance has been deleted.
- The property FilterDescription has been deleted.
- The property GroupDescriptions has been deleted.
- The property RowAppearanceSettings has been deleted.
- The property AutoGenerateHierarchyFromDataSet has been deleted.
- The method CreateFilterDescriptions() has been deleted.
- The DataMemberPath property from the FieldDescriptor class has been deleted.
- The DataMemberPath property from the IFieldDescriptor interface has been deleted.
- The Name property from the AggregateFunction class has been deleted.
- The Calculate(GroupRecord targetGroup) method from the AggregateFunction class has been deleted.
- The AverageFunction(string propertyName, string sourceField, string caption) constructor from the AverageFunction class has been deleted.
- The Calculate(GroupRecord targetGroup) method from the AverageFunction class has been deleted.
- The CountFunction(string propertyName, string sourceField, string caption) constructor from the CountFunction class has been deleted.
- The Calculate(GroupRecord targetGroup) method from the CountFunction class has been deleted.
- The SourceField property from the EnumerableAggregateFunction class has been deleted.
- The FirstFunction(string functionName, string calculationField, string caption) constructor from the FirstFunction class has been deleted.
- The Calculate(GroupRecord targetGroup) method from the FirstFunction class has been deleted.
- The LastFunction(string functionName, string calculationField, string caption) constructor from the LastFunction class has been deleted.
- The Calculate(GroupRecord targetGroup) method from the LastFunction class has been deleted.
- The MaxFunction(string functionName, Name, string calculationField, string caption) constructor from the MaxFunction class has been deleted.
- The Calculate(GroupRecord targetGroup) method from the MaxFunction class has been deleted.
- The MinFunction(string functionName, string calculationField, string caption) constructor from the MinFunction class has been deleted.
- The Calculate(GroupRecord targetGroup) method from the MinFunction class has been deleted.
- The SumFunction(string functionName, string calculationField, string caption) constructor from the SumFunction class has been deleted.
- The Calculate(GroupRecord targetGroup) method from the SumFunction class has been deleted.
- The class RadGroupDescription has been deleted.
- The class RadGroupDescriptionCollection has been deleted.
- The class RadSortDescriptionCollection has been deleted.
- The interface IRecordFactory has been deleted.
- The class RecordManager has been deleted.
- The class DataRecord has been deleted.
- The class ExpandableDataRecord has been deleted.
- The class GroupRecord has been deleted.
- The class HeaderRecord has been deleted.
- The class Record has been deleted.
- The class RecordCollection has been deleted.
- The class StringExtensions has been deleted.
- The class RecordNavigator has been deleted.
- The class DistinctValuesList has been deleted.
- The class CheckBoxItem has been deleted.
- The class CheckBoxList has been deleted.
- The class ClearFilterButton has been deleted.
- CheckBoxEditorSettings has been marked as obsolete.
- ComboBoxEditorSettings has been marked as obsolete.
- DatePickerEditorSettings has been marked as obsolete.
- EditorSettings has been marked as obsolete.
- EditorsLoader has been marked as obsolete.
- GridViewCellEditor has been marked as obsolete.
- GridViewCheckBoxEditor has been marked as obsolete.
- GridViewComboBoxEditor has been marked as obsolete.
- GridViewDatePickerEditor has been marked as obsolete.
- GridViewMaskedTextBoxEditor has been marked as obsolete.
- GridViewTextBoxEditor has been marked as obsolete.
- IEditorSettings has been marked as obsolete.
- MaskedTextBoxEditorSettings has been marked as obsolete.
- TextBoxEditorSettings has been marked as obsolete.
- ValidationModeProperty has been marked as obsolete.
- ValidationMode has been marked as obsolete.
- ColumnsWidthModeProperty has been marked as obsolete.
- AlternateExpandableRowStyle has been marked as obsolete.
- ExpandableRowStyle has been marked as obsolete.
- UseAlternateRowStyleProperty has been marked as obsolete.
- UseAlternateRowStyle has been marked as obsolete.
- ColumnsWidthMode has been marked as obsolete.
- VerticalGridlinesVisibilityProperty has been marked as obsolete.
- VerticalGridlinesVisibility has been marked as obsolete.
- BringDataItemIntoView() has been marked as obsolete.
- MultipleSelect has been marked as obsolete.
- Telerik.Windows.Controls.GridView.GridView.GridViewGroupingEventArgs has been marked as obsolete.
- ItemsGenerator in the BaseItemsControl has been marked as obsoleted.
- FilterDescriptor(string member, FilterOperator filterOperator, object filterValue, IValueConverter converter) in the FilterDescriptor has been marked as obsoleted.
- FilterDescriptor(string member, FilterOperator filterOperator, object filterValue, IValueConverter converter, string format) in the FilterDescriptor has been marked as obsoleted.
- GetDataSource(object context, TableDefinition definition) in the PropertyRelation has been marked as obsoleted.
- GetDataSource(object context, TableDefinition definition) in the RelationBase has been marked as obsoleted.
- GetDataSource(object context, TableDefinition definition) in the TableDefinition has been marked as obsoleted.
- GetDataSource(object context, TableDefinition definition) in the TableRelation has been marked as obsoleted.
- GetDataSource(object context, TableDefinition definition) in the BaseItemsControl has been marked as obsoleted.
|