Skip to content

fix(react): update editing snippets to 19#1520

Merged
dkamburov merged 4 commits into
vnextfrom
ttonev/editing-react
May 22, 2025
Merged

fix(react): update editing snippets to 19#1520
dkamburov merged 4 commits into
vnextfrom
ttonev/editing-react

Conversation

@tishko0
Copy link
Copy Markdown
Contributor

@tishko0 tishko0 commented May 8, 2025

No description provided.

@mddragnev mddragnev self-requested a review May 8, 2025 12:54
```tsx
function onSorting(grid: {ComponentName}, event: IgrSortingEventArgs) {
function onSorting(args: IgrSortingEventArgs) {
const grid = args.target as IgrGrid;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Casting here as IgrGrid breaks the generation of the snippet for Hgrid and Treegrid.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

casted as component selector to so it will change to the relevant component based on topic now

@mddragnev mddragnev changed the title fix(react): update sorting snippets to 19 fix(react): update editing snippets to 19 May 14, 2025
@dkamburov dkamburov merged commit c9dfc85 into vnext May 22, 2025
11 checks passed
@dkamburov dkamburov deleted the ttonev/editing-react branch May 22, 2025 13:54
@randriova randriova added the status: localized indicates that localization is complete label May 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: localized indicates that localization is complete

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants