Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi
I have a need to test the column name. Is it possible in the itemDatabound event to get to the actual column name that is being bound to?
I'd expect this to change with each cell, or does the bind happen per row in one go?
Andy
Hello Andy,
The entire row is bound at one go, meaning that the ItemDataBound event is raised for each row. The following article explains how you can access cells and data for individual columns (the easiest way is to use the UniqueName of the column): https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/rows/accessing-cells-and-rows. Regards,