Skip to content

Commit 25e383f

Browse files
authored
Merge pull request #163 from dkamburov/master
Add igGrid options and events to igHierarchicalComponent
2 parents 74b1ef5 + 7e7f2c8 commit 25e383f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/igniteui.angular2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,8 +2055,8 @@ export class IgTreeGridComponent extends IgGridBase<IgTreeGrid> {
20552055
@Component({
20562056
selector: "ig-hierarchical-grid",
20572057
template: "<ng-content></ng-content>",
2058-
inputs: ["widgetId", "options", "changeDetectionInterval","disabled","create","initialDataBindDepth","initialExpandDepth","odata","rest","maxDataBindDepth","defaultChildrenDataProperty","autoGenerateLayouts","expandCollapseAnimations","expandColWidth","pathSeparator","animationDuration","expandTooltip","collapseTooltip","columns","columnLayouts"],
2059-
outputs: ["rowExpanding","rowExpanded","rowCollapsing","rowCollapsed","childrenPopulating","childrenPopulated","childGridRendered","childGridCreating","childGridCreated"]
2058+
inputs: ["widgetId", "options", "changeDetectionInterval","disabled","create","initialDataBindDepth","initialExpandDepth","odata","rest","maxDataBindDepth","defaultChildrenDataProperty","autoGenerateLayouts","expandCollapseAnimations","expandColWidth","pathSeparator","animationDuration","expandTooltip","collapseTooltip","columnLayouts","width","height","autoAdjustHeight","avgRowHeight","avgColumnWidth","defaultColumnWidth","autoGenerateColumns","virtualization","virtualizationMode","requiresDataBinding","rowVirtualization","columnVirtualization","virtualizationMouseWheelStep","adjustVirtualHeights","templatingEngine","columns","dataSource","dataSourceUrl","dataSourceType","responseDataKey","responseTotalRecCountKey","requestType","responseContentType","showHeader","showFooter","fixedHeaders","fixedFooters","caption","features","tabIndex","localSchemaTransform","primaryKey","serializeTransactionLog","autoCommit","aggregateTransactions","autoFormat","renderCheckboxes","updateUrl","restSettings","alternateRowStyles","autofitLastColumn","enableHoverStyles","enableUTCDates","mergeUnboundColumns","jsonpRequest","enableResizeContainerCheck","featureChooserIconDisplay","scrollSettings"],
2059+
outputs: ["rowExpanding","rowExpanded","rowCollapsing","rowCollapsed","childrenPopulating","childrenPopulated","childGridRendered","childGridCreating","childGridCreated","cellClick","cellRightClick","dataBinding","dataBound","rendering","rendered","dataRendering","dataRendered","headerRendering","headerRendered","footerRendering","footerRendered","headerCellRendered","rowsRendering","rowsRendered","schemaGenerated","columnsCollectionModified","requestError","created","destroyed"]
20602060
})
20612061
export class IgHierarchicalGridComponent extends IgGridBase<IgHierarchicalGrid> {
20622062
constructor(el: ElementRef, renderer: Renderer, differs: IterableDiffers) { super(el, renderer, differs); }

0 commit comments

Comments
 (0)