IgniteUI / igniteui-react

High-Performance Data Grid and High-Volume Data Charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Require new event for Template Column

MuditMT opened this issue · comments

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