Janus GridEX for .NET - .NET Component - V3.5.0.3
by Janus Systems - 상품타입: Component / .NET WinForms / .NET Class / 100% Managed Code
주의 : 별도의 안내가 없는 경우에는 영어제품 입니다.
.NET환경에서 데이터 조작 툴을 개발할 수 있습니다. Janus GridEX for .NET 는 데이터베이스에 직접 접속이 가능하며, 전면적으로 편집이 가능한 데이터 인식형 컴포넌트입니다. 이 컨트롤은 고도의 데이터 조작을 실현할 수 있도록 독자의 데이터 바인딩 기능을 탑재하고 있습니다. Janus GridEX for .NET 는 그룹화 기능이나 소트 기능을 희생하지 않더라도 모든 포맷의 데이터 관리가 가능하도록 강력한 언바운드 모드도 갖추고 있습니다. 이러한 컨트롤에는 획기적인 「카드 보기」도 있으며, 이것을 사용하여 간단하게 데이터를 표시할 수 있습니다.
평균
4 리뷰(s).
일반 적인 소비자 가격은 하기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
Janus GridEX for .NET V3.5
| 주문 |
₩ 672,200 |
1 개발자 라이센스 |
|
다운로드 (7.0 MB) |
| 주문 |
₩ 1,909,300 |
4 개발자 팀 라이센스 |
|
다운로드 (7.0 MB) |
| 주문 |
₩ 3,146,400 |
8 개발자 팀 라이센스 |
|
다운로드 (7.0 MB) |
| 주문 |
₩ 6,720,400 |
1 사이트 일괄 라이센스 (단일 물리 주소에 있는 개발자에게 인원 수 무제한으로 라이센스 공여) |
|
다운로드 (7.0 MB) |
Janus GridEX for .NET V3.5 - Upgrades
| 주문 |
₩ 479,700 |
1 개발자 업그레이드 라이센스 (업그레이드 대상: Janus GridEX for .NET V2.0 1 개발자 라이센스) |
확인 |
다운로드 (7.0 MB) |
| 주문 |
₩ 1,222,000 |
4 개발자 업그레이드 라이센스 (업그레이드 대상: Janus GridEX for .NET V2.0 4 개발자 라이센스) |
확인 |
다운로드 (7.0 MB) |
| 주문 |
₩ 2,057,300 |
8 Developer Upgrade License (업그레이드 대상: Janus GridEX for .NET V2.0 8 개발자 팀 라이센스) |
확인 |
다운로드 (7.0 MB) |
| 주문 |
₩ 3,421,400 |
1 사이트 일괄 업그레이드 라이센스 (업그레이드 대상: Janus GridEX for .NET V2.0 1 사이트 일괄 라이센스) |
확인 |
다운로드 (7.0 MB) |
가격에는 ComponentSource의 기술지원 요금이 포함되어 있습니다. 또한 다운로드 판매를 하고 있는 상품의 대부분은 온라인 백업요금이 포함되어 있어서 구입날로부터 30일 이내에 새로운 버전이 발매된 경우 무료로 업그레이드해 드리고 있습니다. 모든 주문에 대해서 당사표준 계약조건 및 반품조건 의 내용이 적용됩니다. 다음의 경우,고객 서비스로연락하시기 바랍니다. (상기의 리스트에 게재되지 않은 대량의 라이센스나 구 버전 등의 라이센스 옵션이 필요한 경우)
일반 적인 소비자 가격은 상기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
What's New in Janus GridEX Control for .NET V3.x?
- MultipleValues Columns: A column can be bound to a list of values. MultipleValues columns are especially useful when dealing with many-to-many relations. For example, if there is a many-to-many relation between tables “Products” and “Categories” you can bind a grid to the table “Products” and add a MultipleValues column bound to the relation showing (in a single cell) all the categories a product belongs. To edit these cells, you can use a checked combo box where the user can check/uncheck the list of available categories.The GridEX Control is also capable to group columns with more than one value. When grouping by a MultipleValues Column a record in the table could belong to more than one groups and the control will present a copy for those repeated records in each of the corresponding groups. When an edition in those copied record is made, the control will automatically reflect the changes in each copy
- SelfReferencing Tables: A table with a self-referencing relation can be displayed as a tree. For example, you can bind a GridEX control to a “Messages” table. If a message can contain other message as a child, you can use HierarchicalMode.SelfReferencing in the GridEXTable and show the control as tree with multiple columns
- Custom Grouping: A new GridEXCustomGroup class is provided to let you specify custom group definition. There are two types of custom groups:
- Composite Columns: Rows in the GridEX control are grouped based on the values of two or more columns in the same group row. For example: You can specify columns: “Country” and “City” and the control will create a group row for each different combination of the values of these columns
- Conditional Group Rows: You can specify each of the group rows a Group contains and specify the condition that rows must meet in order to be part of the group row
- Hierarchical Grouping: Rows in a table can be grouped based on the values of a column that belongs to a child table. For example, in a hierarchical grid showing Customers-Orders-Order_Details, you can group Customers table by the “Product” column in Order_Details table. Showing you a grouped view of customers based on the products ordered
- Hierarchical Filters: Rows in a table can be filtered based on the values of a column that belong to a child table
- Improved Performance on Hierarchical Mode: Janus data manipulation classes were completely redesigned to decrease the time used to load child lists to a fraction of the time needed in previous versions
- Nested Properties Binding: A column can now be bound to a property of a sub-object in the original DataRow. For example, if a control is bound to a list of “Contact” objects and the Contact class has a property that returns a “ContactName” object where “ContactName” is a class with two properties: “FirstName” and “LastName”, you can bind a column to Contact.ContactName.FirstName setting its DataMember property equal to “ContactName.FirstName”
- Unbound Mode: New Unbound mode in GridEX control allows you to populate rows using AddItem method.
- Unbound Columns:You can add an unbound column to a bound grid. There are two types of unbound columns:
- UnboundFetch: The value of the cells in these columns is set in the LoadingRow event. This mode is useful when you want to have a calculated cell where the value is based on the values of other cells in the same row
- UnboundKeep: The value of the cell can be set by the user and the control will keep that value
- KeepRowSettings Property: When this property is set to true, the control retains the row and cell properties even when the rows are scrolled out of view. By default, GridEX control fires the FormattingRow event to let you specify cell properties of rows that are displayed in the grid.These settings are cleared once a row is no longer visible and they must be set again when the FormattingRow event is fired for the row. In cases where you need to set cell properties (like its FormatStyle outside) the FormattingRow, you can use this property to true and the control will keep the property you set even when the row is scrolled out of view
- UseGroupRowSelector Property: This property allows you to display a checkbox in group rows that checks/unchecks all the rows inside a group with one click
- TotalRowPosition property: When using a TotalRow in the grid, you can now specify whether you want to show the total row as a scrollable row at the end of the list or fixed at the bottom of the display area in the control
- GridEXGroupHeaderTotal.ColumnAlign Property: This property allows you specify a column to which align a defined group header total
- CardView Appearance: CardViewGridLines and CardInnerSpacing properties were added to let you change the appearance of a card in GridEX control. Now, it is possible to show a card with grid lines between its fields and the space specified in CardInnerSpacing between those fields
- Export to Excel: A new GridEXExporter component is provided to let you export the data displayed in a GridEX control as an Excel XML document
- FieldChooser Control: In addition to the ShowFieldChooser method, you can use the new GridEXFieldChooserControl to use the control inside a panel of your form instead of showing it as a floating window outside your application
- CheckedComboBox Control: This new control acts as combo box that can be bound to a list of values where the user can check/uncheck multiple items in the dropdown to add/remove items from the list specified as value of the control
Janus GridEX Control for .NET는 100% C# 관리자 컨트롤이며, Microsoft 의 .NET 프레임워크 기능을 보다 적절하게 활용할 수 있도록 완전하게 개정하였습니다. Janus Systems Controls Suite 의 일부로 사용이 가능합니다.
주요기능은 다음과 같습니다.
- 바인딩 :Janus GridEX for .NET 는 데이터를 의식한 완전 편집이 가능한 컴포넌트이며, 데이터 세트의 임의의 표나 또는 Ilist인터페이스, ITypedList인터페이스, IBindingList인터페이스 중에 하나를 제공하며, 그 외의 데이터 소스에 바인드할 수 있습니다. Janus GridEX for .NET에서는 위의 인터페이스 중 어디에 바인드 되더라도 그룹 기능, 소트 기능, 필터 기능이 희생되지 않습니다.
- 편집 : 이 컨트롤에는 MaskEdit, CheckBox, UpDown, Calendar DropDown, Combo*, DropDown등, 복수의 빌트인 에디터가 포함되어 있습니다. GridEX for .NET컨트롤에는 사용자 EditType"을 열거용으로 정의하는 것도 가능합니다. *Combo EditType 에는 복수 열을 포함할 수 있으며 Type ahead기능도 있습니다.
- 체제 : 이 컨트롤에서는 많은 강력한 포맷 기능이 제공되며, 프로그래머는 데이터 표시 방법을 완전하게 제어할 수 있습니다. .NET 버전의 새로운 기능으로 계조도, 브랜드 컬러, 투명도 (알파브랜딩) 제공 등, FormatStyles강화 기능을 들 수 있습니다. 커스텀 묘화, 워터마크, Windows XP Visual Styles 제공도 추가되며, 풍부한 UI외관이 응용 프로그램에 제공됩니다.
- 카드 보기 :실용적인 CardView 가 강화되어 복수 열 레이아웃 제공 및 카드의 전개와 축소를 간단하게 실행하는 기능이 포함되어 있습니다. 이러한 새로운 버전에서는 1개의 코드를 CardView로 표현하는 것도 제공되고 있습니다.
- 마스터/디테일 :Janus GridEX for .NET에서는 계층 데이터 세트에 대한 바인드 및 동일 윈도우 내에서의 마스터/디테일 정보의 표시가 제공되었습니다.
- 그룹화와 소트 :무제한 수 열로 Outlook 스타일이 그룹화와 소트를 자동적으로 실행할 수 있습니다.
- 열과 열 세트의 미리보기 : 행 미리보기에서는 강력한 인터페이스 엘레먼트가 제공됩니다. 이것을 사용하면 Microsoft Ourlook 과 같이 각각의 행 아래에서 데이터 열 중 한 가지를 「미리보기」할 수 있지만, GridEX ColumnSets를 사용하면 복수 행에서 1개의 레코드를 표현하는 것도 가능하며, 복수 행에 걸친 열을 포함하는 것도 가능하게 되었습니다. ColumnSets는 컨트롤이 CardView 에 있는 동안에도 사용할 수 있습니다.
- 필터 : Janus GridEX for .NET에는 FilterConditions가 추가되어서 현재 이상으로 기능화 되었습니다. 단순한 조건이나 복잡한 조건을 정의해서 사용하고, 기준에 맞는 행 필터, 포맷, 정리, 검색이 가능합니다. GridEX 컨트롤의 새로운 필터 기능은 상당히 강력하기 때문에, 자식 표로 이루어진 기준에 따라, 모 표로 행을 필터 처리하는 것이 가능합니다. 이러한 컨트롤에는 새로운 Microsoft Access 와 같은 행 필터도 있으며, 사용자는 컨트롤 내에서 표현되고 있는 데이터를 간단하게 필터처리 할 수 있습니다.
- 포맷 :FormatConditions 를 사용하여 셀 및 행 레벨 조건부 포맷을 간단하게 실행할 수 있습니다. 포맷의 단순한 조건을 지정하거나 새로운 FilterCondition속성을 사용하여 복잡한 조건을 포함할 수 있습니다. 따라서 복잡한 포맷 계산용으로 작성할 필요가 있는 코드가 상당히 작아집니다. 이러한 버전의 새로운 기능으로 특정기준을 만족시킨 셀의 단순한 행에 복수의 포맷을 병합하는 기능도 있습니다.
- 데이터 정리 : 그룹화만으로는 불충분하여 합계, 평균, 그룹 내의 특정 열 수를 표시하는 간단한 방법이 필요하게 되는 경우가 있습니다. 이것은 GroupFooters를 사용하여 간단하게 달성할 수 있습니다. 새로운 GridEX for .NET컨트롤에서는 그룹이 축소되었을 때에도 이러한 바닥글을 표시하거나 특정 열 합계를 그룹 머리글에 표시하여 FilterCondition 에 지정된 기준을 만족시킨 레코드의 합계만을 표시할 수도 있습니다. GridEX에서는 표 별로 합계를 표시할 수도 있습니다. 이것은 마스터/디테일 관계를 조작할 때 상당히 편리한 기능입니다.
- 인쇄:GridEX Control for .NET 라이브러리에는 GridEXPrintDocument 컴포넌트도 구성되어 있어서 컨트롤에 따라 표시되고 있는 데이터의 WYSIWYG (What-You-See-Is-What-You-Get) 인쇄를 간단하게 실행할 수 있습니다. GridEXPrintDocument 컴포넌트를 사용하여 페이지 머리글과 바닥글을 문서용으로 정의할 수 있습니다. 페이지의 특정범위를 인쇄할 수 있도록 하기 위하여 [FromPage] 속성과 [ToPage] 속성을 프린터 설정으로 정의할 수 있습니다. 문서 페이지 수를 사전에 알 필요가 있는 경우에는 GridEXPrintDocument 에 PrepareDocument메소드를 조합하면 문서에 페이지 수가 붙은 후에 인쇄 작업이 개시됩니다. GridEXPrintDocument 컴포넌트는 PrintPreviewDialog 나 PrintPreviewControl와 병용해서 사용자 정의가 가능한 [윈도우 미리보기]를 응용 프로그램에 간단하게 제공할 수 있습니다.
- 독립 실행형 입력 컨트롤 : MaskEdit, MultiColumn Combo, Integer UpDow, ValueList UpDown 독립 실행형 컨트롤이 Janus GridEX Control for .NET Library 에 구성되어 있습니다.