본문 바로가기

cxGrid

Known Issues and Important Changes List [cxGrid가 5에서 6으로 바뀔대 바뀐 것]

옛날 예제소스보시면 없는 것들 여기서 찾아보시면 될것같네요

 

 

All entries in the following list are grouped by Builds, in reverse order.
Build 48 Breaking Change – A typo has been fixed in the TcxCustomGridOperationHelper.PerformStarndardOperation method. Now it's called TcxCustomGridOperationHelper.PerformStandardOperation.
Build 39 Now, if the VisibleForCustomization property of a grid item (column or card row), band, or chart item is set to False, this item or band cannot be removed by end-users from a View via the drag and drop, Quick Columns/Bands Customization dropdown, or context menu.
Build 38 The parameter list has been changed in the TcxCustomGridTableController.FindNextItem, TcxCustomGridTableController.FocusNextItem and TcxCustomGridTableController.FocusNextCell methods and in the corresponding overrides of the TcxCustomGridTableController's descendants.
Build 36 Previously, the View's built-in data navigator only posted records being inserted or appended when these records were modified. This limitation has now been removed.
Build 20 All entries in the following list are grouped by Views.
Common Changes Table Views and Banded Table Views Banded Table Views Card Views Chart Views
Common Changes 1. Package files, package source files, and resource files have been renamed as follows: cxGridVCLC6/D6/D7 -> cxGridC6/D6/D7 dclcxGridVCLC6/D6/D7 -> dclcxGridC6/D6/D7.
2. Report Link for the ExpressQuantumGrid. The name of the Report Link's unit now includes the version number of the ExpressQuantumGrid – to prevent code changes when migrating to a new major version of the ExpressQuantumGrid. This means that you should use the following units: dxPScxGrid4Lnk for ExpressQuantumGrid v4 dxPScxGridLnk for ExpressQuantumGrid v5 (we have decided to leave it "as is" because v5 is the current version of the Grid as of the release date) dxPScxGrid6Lnk for ExpressQuantumGrid v6.
3. In
TcxCustomGridRecord: The DoKeyPress and KeyPress methods have been removed. The KeyDown method and the IsParentRecordLast, IsValid and LastParentRecordCount properties are now protected.
Table Views and Banded Table Views 1. The following properties are now obsolete (public). Use their new published substitutes instead: TcxCustomGridTableItem.Hidden -> TcxCustomGridTableItem.VisibleForCustomization TcxGridColumn.Hidden -> TcxGridColumn.VisibleForCustomization
TcxCustomGridTableFiltering.CustomizeDialog -> TcxGridFilterBox.CustomizeDialog TcxCustomGridTableFiltering.MRUItemsListDropDownCount -> TcxGridFilterBox.MRUItemsListDropDownCount TcxCustomGridTableFiltering.Position -> TcxGridFilterBox.Position TcxCustomGridTableFiltering.Visible -> TcxGridFilterBox.Visible Implementation Note: for example, instead of using the View's Filtering.CustomizeDialog property, use the View's FilterBox.CustomizeDialog property.
TcxGridTableFiltering.ColumnPopupDropDownWidth -> TcxGridTableFiltering.ColumnPopup.DropDownWidth TcxGridTableFiltering.ColumnPopupMaxDropDownItemCount -> TcxGridTableFiltering.ColumnPopup.MaxDropDownItemCount Implementation Note: for example, instead of using the View's Filtering.ColumnPopupDropDownWidth property, use the View's Filtering.ColumnPopup.DropDownWidth property.
TcxGridTableOptionsView.NewItemRow -> TcxGridNewItemRowOptions.Visible TcxGridTableOptionsView.NewItemRowInfoText -> TcxGridNewItemRowOptions.InfoText TcxGridTableOptionsView.NewItemRowSeparatorColor -> TcxGridNewItemRowOptions.SeparatorColor TcxGridTableOptionsView.NewItemRowSeparatorWidth -> TcxGridNewItemRowOptions.SeparatorWidth Implementation Note: for example, instead of using the View's OptionsView.NewItemRow property, use the View's NewItemRow.Visible property.
2. The cxGridViewData unit has been removed. You should remove this unit from the 'uses' clause in your projects.
3. The cxExportGrid4Link unit has been renamed to cxGridExportLink. The procedures it contains have been renamed as well: ExportGrid4ToExcel -> ExportGridToExcel ExportGrid4ToHTML -> ExportGridToHTML ExportGrid4ToText -> ExportGridToText ExportGrid4ToXML -> ExportGridToXML Implementation Note: you should change the unit name in the 'uses' clause in your projects, and in addition, correct the calls to the procedures mentioned above.
Banded Table Views 1. The following properties are now obsolete (public). Use their new published substitutes instead: TcxGridBand.Hidden -> TcxGridBand.VisibleForCustomization TcxGridBandedColumn.Hidden -> TcxGridBandedColumn.VisibleForCustomization
Card Views 1. The following properties are now obsolete (public). Use their new published substitutes instead: TcxGridCardViewRow.Hidden -> TcxGridCardViewRow.VisibleForCustomization
TcxGridCardViewFiltering.RowPopupDropDownWidth -> TcxGridCardViewFiltering.RowPopup.DropDownWidth TcxGridCardViewFiltering.RowPopupMaxDropDownItemCount -> TcxGridCardViewFiltering.RowPopup.MaxDropDownItemCount Implementation Note: for example, instead of using the View's Filtering.RowPopupDropDownWidth property, use the View's Filtering.RowPopup.DropDownWidth property.
Chart Views 1. The View's ViewData.ValueCount property has been removed, use the View's ViewData.CategoryCount property instead. 2. The diagram's AxisValue.GetTickMarkLabelFormat method now requires a boolean parameter. You should pass True to get the same results as in previous versions. 3. Series - The GetValueCaption(AIndex) function has been removed. Instead, use GetValueDisplayText(Values[AIndex]) for all series values and VisibleDisplayTexts[AIndex] for the values of visible series.

 

'cxGrid' 카테고리의 다른 글

[퀄텀그리드] CxGrid를 엑셀로 만들기  (0) 2013.03.18