North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Design & Development
Design & Develop
Best Value
Infragistics Ultimate
The complete toolkit for building high performing web, mobile and desktop apps.
Indigo.Design
Use a unified platform for visual design, UX prototyping, code generation and application development.
Web
Ignite UI for Angular
Ignite UI for JavaScript
Ignite UI for React
Ultimate UI for ASP.NET
Indigo.Design
Desktop
Ultimate UI for Windows Forms
Ultimate UI for WPF
Prototyping
Indigo.Design
Mobile
Ultimate UI for Xamarin
Ultimate UI for iOS
Ultimate UI for Android
Automated Testing Tools
Test Automation for Micro Focus UFT: Windows Forms
Test Automation for Micro Focus UFT: WPF
Test Automation for IBM RFT: Windows Forms
UX
Indigo.Design Desktop
Collaborative prototyping and remote usability testing for UX & usability professionals
Indigo.Design
A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
Business Intelligence
Reveal Embedded
Accelerate your time to market with powerful, beautiful dashboards into your apps
Reveal App
Empower everyone in your organization to use data to make smarter business decisions
Team Productivity
Learn & Support
Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Pricing
Product Pricing / Buy Online
Renew Existing License
Contact Us
Forums
Ignite UI for Angular
Your Privacy Matters
: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use.
Cookie Policy
Close
State
Not Answered
Replies
1 reply
Subscribers
7 subscribers
Views
1060829 views
Users
0 members are here
Ignite UI for Angular (igx-grid )
Angular9
igx-grid
row-editable
Share
More
Cancel
185
igx grid row editing on click 'done' not triggering any method in ts file
arsv M
posted
over 3 years ago
<igx-grid [id]="gridId" #[data]="testData" [autoGenerate]="false" [primaryKey]="'TId'"
width="100%" height="100%" [rowEditable]="true" [allowFiltering]="true" [rowSelection]="'multiple'"
(onRowSelectionChange)="handleRowSelection($event)" (onCellEditEnter)="cellEditStart($event)"
(onEditDone)="editDone($event)"
>
.ts file:
public
editDone
(event: IGridEditEventArgs) {
console.log(event);
}
}
On click 'DONE' in row edit is not hitting any break points in ts file editDone() method.
How can I call a method when user click on 'DONE' button in in-line row editing.
1560
Offline
Teodosia Hristodorova
posted
over 3 years ago
Hello,
I have been looking into your question and what I could say is that from version
12.0.x
a lot of the grid events are renamed.
A list of all IgxGridComponent properties, methods and events could be found
here
.
Additionally,
here
could be found a small sample based on the provided code-snippet where I'm handling the rowEditDone event which is emitted after exiting edit mode for a row and editing has been committed.
Please test it on your side and let me know if I may be of any further assistance.
Sincerely,
Teodosia Hristodorova
Associate Software Developer
Cancel
Reply
Cancel