today we need to loop through all rows in the Grid to do something in a row. On Telerik Extensions we had the OnRowDataBound event which we had the current row to do something.
Hello,
The Telerik Extensions were based on the WebForms components and they work completely different compared to the UI for ASP.NET MVC components.
In the MVC components you can utilize the dataBound event that is raised after the data is returned to the client and the component is bound. In the event handler you can iterate through the items and perform the necessary operation.
Regards,
Viktor Tachev
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.