-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
We are using template column type in the Grid Example and it provides one property called cellUpdating. So this property will be initiated all the time when we perform any action (hovering on the row of the grid).
For now, we are using cellUpdating method and we have written some logic in that, so the event initiated all the time when we perform any action, so it is impacting the performance of the project.
We want one new event for the template column that will fire when the data of the grid is updated.
We have posted the same issue in the infragistics forums Link.
Thank you