Skip to content

feat(grid-lite): Update documentation based on angular wrappers#6388

Merged
ChronosSF merged 6 commits intovnextfrom
mtihova/grid-lite-angular-wrappers
Feb 26, 2026
Merged

feat(grid-lite): Update documentation based on angular wrappers#6388
ChronosSF merged 6 commits intovnextfrom
mtihova/grid-lite-angular-wrappers

Conversation

@MarielaTihova
Copy link
Contributor

Closes #

Checklist:

  • check topic's TOC/menu and paragraph headings
  • Include TOC topic labels in topic content has a valuable update, it's new or considered as preview\ beta
  • link to other topics using ../relative/path.md
  • at the References section at the end of the topic add links to topics, samples, etc
  • reference API documentation instead of adding a section with API

  • use valid component names - [Data] Grid, IgxSelectComponent, <igx-combo>
  • use spell checker tool (VS Code, Grammarly, Microsoft Editor)
  • add inline code blocks for the names of classes / tags / properties
  • add language descriptor for the code blocks
  • check broken links (use browser add-on)
  • check if sample is working and fully visible in the topic
  • check if sample is working and fully visible in the StackBlitz
  • check if code blocks match the code in StackBlitz demo


  • do not resolve requested changes (leave that to the reviewer)
  • add pending-localization label when the review of the PR is done
  • add a member from the localization team to translate it


```shell
npm install igniteui-grid-lite
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still true - the wrapper is just that and still requires the WC package to run, which is optional peer just like igniteui-webcomponents with the Chat - both on separate entry points.

You can use the same wording as in https://www.infragistics.com/products/ignite-ui-angular/angular/components/chat#installation

Comment on lines 37 to 42
@@ -40,22 +40,10 @@
// app.component.ts

import { Component, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drop the CUSTOM_ELEMENTS_SCHEMA since with the wrapper it shouldn't be needed anymore

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And add

import { IgxGridLiteComponent, IgxGridLiteColumnComponent } from 'igniteui-angular/grids/lite';

imports: [IgxGridLiteComponent, IgxGridLiteColumnComponent]

You also need to import **`IgxGridLiteCellTemplateDirective`**

```typescript
import { IgxGridLiteComponent, IgxGridLiteColumnComponent, IgxGridLiteCellTemplateDirective } from 'igniteui-angular/grids/lite';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and add it to the import's array


After the grid applies the new sorting state, a `sorted` event is emitted. It contains the expression which was used in the last sort operation and it is not cancellable.

```typescript
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should show declarative binding for these events


After the grid applies the new filter state, a **`filtered`** event is emitted. It contains the filter state for the column which was the target of the operation and it is not cancellable.

```typescript
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Show declarative binding for these events (through the template)

@@ -1,223 +0,0 @@
---
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this file deleted by mistake?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weirdly so, yes

@ChronosSF ChronosSF merged commit a6b73c8 into vnext Feb 26, 2026
5 checks passed
@ChronosSF ChronosSF deleted the mtihova/grid-lite-angular-wrappers branch February 26, 2026 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants